Index: Source/bindings/v8/CustomElementConstructorBuilder.cpp |
diff --git a/Source/bindings/v8/CustomElementConstructorBuilder.cpp b/Source/bindings/v8/CustomElementConstructorBuilder.cpp |
index ae717e1883a63240b3d175d2f6ea945d22f375ba..110f8829dea35d1c13145a232d5781e56700e613 100644 |
--- a/Source/bindings/v8/CustomElementConstructorBuilder.cpp |
+++ b/Source/bindings/v8/CustomElementConstructorBuilder.cpp |
@@ -202,7 +202,7 @@ bool CustomElementConstructorBuilder::createConstructor(Document* document, Cust |
// property. |
m_constructor->ForceSet(prototypeKey, m_prototype, v8::PropertyAttribute(v8::ReadOnly | v8::DontEnum | v8::DontDelete)); |
- V8HiddenPropertyName::setNamedHiddenReference(m_prototype, "customElementIsInterfacePrototypeObject", v8::True()); |
+ V8HiddenPropertyName::setNamedHiddenReference(m_prototype, "customElementIsInterfacePrototypeObject", v8::True(isolate)); |
m_prototype->ForceSet(v8String("constructor", isolate), m_constructor, v8::DontEnum); |
return true; |