Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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_dtrace.h
parente746bbdc2b79881b2c991c829b5437340583a064 (diff)
src: remove `node_isolate` from source
fix #6899
Diffstat (limited to 'src/node_dtrace.h')
-rw-r--r--src/node_dtrace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_dtrace.h b/src/node_dtrace.h
index 5b6df8f4a78..11699618968 100644
--- a/src/node_dtrace.h
+++ b/src/node_dtrace.h
@@ -24,6 +24,7 @@
#include "node.h"
#include "v8.h"
+#include "env.h"
extern "C" {
/*
@@ -74,7 +75,7 @@ typedef struct {
namespace node {
-void InitDTrace(v8::Handle<v8::Object> target);
+void InitDTrace(Environment* env, v8::Handle<v8::Object> target);
} // namespace node