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:
Diffstat (limited to 'src/node_messaging.h')
-rw-r--r--src/node_messaging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_messaging.h b/src/node_messaging.h
index eeef974ff35..643604e4a99 100644
--- a/src/node_messaging.h
+++ b/src/node_messaging.h
@@ -242,6 +242,7 @@ class MessagePort : public HandleWrap {
// If this port is closed, or if there is no sibling, this message is
// serialized with transfers, then silently discarded.
v8::Maybe<bool> PostMessage(Environment* env,
+ v8::Local<v8::Context> context,
v8::Local<v8::Value> message,
const TransferList& transfer);