summaryrefslogtreecommitdiff
path: root/src/js_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/js_stream.h')
-rw-r--r--src/js_stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/js_stream.h b/src/js_stream.h
index 6612e558ae..482373016d 100644
--- a/src/js_stream.h
+++ b/src/js_stream.h
@@ -14,7 +14,8 @@ class JSStream : public AsyncWrap, public StreamBase {
public:
static void Initialize(v8::Local<v8::Object> target,
v8::Local<v8::Value> unused,
- v8::Local<v8::Context> context);
+ v8::Local<v8::Context> context,
+ void* priv);
bool IsAlive() override;
bool IsClosing() override;