diff --git a/src/node_contextify.cc b/src/node_contextify.cc index 91793457029cb0..678ba70f033e51 100644 --- a/src/node_contextify.cc +++ b/src/node_contextify.cc @@ -139,7 +139,6 @@ class ContextifyContext { EscapableHandleScope scope(env->isolate()); Local function_template = FunctionTemplate::New(env->isolate()); - function_template->SetHiddenPrototype(true); function_template->SetClassName(sandbox_obj->GetConstructorName());