summaryrefslogtreecommitdiff
path: root/src/node_stat_watcher.h
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2014-02-21 17:02:42 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2014-02-22 03:20:56 +0400
commit75adde07f9a2de7f38a67bec72bd377d450bdb52 (patch)
treef93e9faebbe53c44c6806c9d52ae539a95fe58d5 /src/node_stat_watcher.h
parente746bbdc2b79881b2c991c829b5437340583a064 (diff)
downloadnode-new-75adde07f9a2de7f38a67bec72bd377d450bdb52.tar.gz
src: remove `node_isolate` from source
fix #6899
Diffstat (limited to 'src/node_stat_watcher.h')
-rw-r--r--src/node_stat_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_stat_watcher.h b/src/node_stat_watcher.h
index f9ad2e6541..fb6d5ad3e7 100644
--- a/src/node_stat_watcher.h
+++ b/src/node_stat_watcher.h
@@ -34,7 +34,7 @@ class StatWatcher : public AsyncWrap {
public:
virtual ~StatWatcher();
- static void Initialize(v8::Handle<v8::Object> target);
+ static void Initialize(Environment* env, v8::Handle<v8::Object> target);
protected:
StatWatcher(Environment* env, v8::Local<v8::Object> wrap);