Index: Source/bindings/tests/results/core/V8TestInterfaceAccessors.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceAccessors.cpp b/Source/bindings/tests/results/core/V8TestInterfaceAccessors.cpp |
index e9d6f1d570985ba5ebceaa5cb6589444a96ab31c..071ec2250e34413891228c6830dbf67f55776d18 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceAccessors.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceAccessors.cpp |
@@ -19,7 +19,7 @@ |
namespace blink { |
-const WrapperTypeInfo V8TestInterfaceAccessors::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceAccessors::domTemplate, V8TestInterfaceAccessors::refObject, V8TestInterfaceAccessors::derefObject, V8TestInterfaceAccessors::trace, 0, 0, V8TestInterfaceAccessors::installConditionallyEnabledMethods, V8TestInterfaceAccessors::installConditionallyEnabledProperties, "TestInterfaceAccessors", &V8TestInterfaceEmpty::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::NotInheritFromEventTarget, WrapperTypeInfo::Independent, WrapperTypeInfo::RefCountedObject }; |
+const WrapperTypeInfo V8TestInterfaceAccessors::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceAccessors::domTemplate, V8TestInterfaceAccessors::refObject, V8TestInterfaceAccessors::derefObject, V8TestInterfaceAccessors::trace, 0, 0, V8TestInterfaceAccessors::preparePrototypeObject, V8TestInterfaceAccessors::installConditionallyEnabledProperties, "TestInterfaceAccessors", &V8TestInterfaceEmpty::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::NotInheritFromEventTarget, WrapperTypeInfo::Independent, WrapperTypeInfo::RefCountedObject }; |
// This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestInterfaceAccessors.h. |
// For details, see the comment of DEFINE_WRAPPERTYPEINFO in |