legacy c-ares binding should use legacy timer

This commit is contained in:
Ryan Dahl 2011-07-04 15:56:56 -07:00
parent 858f23094e
commit 24a671a8aa

View File

@ -26,7 +26,7 @@ var IOWatcher = process.binding('io_watcher').IOWatcher;
var watchers = {};
var activeWatchers = {};
var Timer = process.binding('timer_wrap').Timer;
var Timer = process.binding('timer').Timer;
var timer = new Timer();