summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_contextify.cc')
-rw-r--r--src/node_contextify.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node_contextify.cc b/src/node_contextify.cc
index bc6c468aaf..a169d1b832 100644
--- a/src/node_contextify.cc
+++ b/src/node_contextify.cc
@@ -65,6 +65,7 @@ using v8::UnboundScript;
using v8::Value;
using v8::WeakCallbackInfo;
+namespace {
class ContextifyContext {
protected:
@@ -963,6 +964,7 @@ void InitContextify(Local<Object> target,
ContextifyScript::Init(env, target);
}
+} // anonymous namespace
} // namespace node
NODE_MODULE_CONTEXT_AWARE_BUILTIN(contextify, node::InitContextify);