Index: Source/bindings/v8/CustomElementConstructorBuilder.cpp |
diff --git a/Source/bindings/v8/CustomElementConstructorBuilder.cpp b/Source/bindings/v8/CustomElementConstructorBuilder.cpp |
index 3f3714c28c9fad39aadde61289f2a5cbb8df8ba9..fe58a03e4c7b07f0295d27816e532a18f1b602bf 100644 |
--- a/Source/bindings/v8/CustomElementConstructorBuilder.cpp |
+++ b/Source/bindings/v8/CustomElementConstructorBuilder.cpp |
@@ -235,7 +235,7 @@ ScriptValue CustomElementConstructorBuilder::bindingsReturnValue() const |
return ScriptValue(m_constructor, m_context->GetIsolate()); |
} |
-bool CustomElementConstructorBuilder::hasValidPrototypeChainFor(WrapperTypeInfo* type) const |
+bool CustomElementConstructorBuilder::hasValidPrototypeChainFor(const WrapperTypeInfo* type) const |
{ |
v8::Handle<v8::Object> elementPrototype = V8PerContextData::from(m_context)->prototypeForType(type); |
if (elementPrototype.IsEmpty()) |