Index: Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp b/Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp |
index ecde49f91eb2620cfc8b5f21c856f50d7edc9084..2ed8bc3c2953e32851617e9e6c9ec5e3fe59bf11 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp |
@@ -23,20 +23,6 @@ |
namespace blink { |
-static void initializeScriptWrappableForInterface(TestInterfaceConstructor2* impl) |
-{ |
- impl->setTypeInfo(&V8TestInterfaceConstructor2::wrapperTypeInfo); |
-} |
- |
-} // namespace blink |
- |
-void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceConstructor2* object) |
-{ |
- blink::initializeScriptWrappableForInterface(object); |
-} |
- |
-namespace blink { |
- |
const WrapperTypeInfo V8TestInterfaceConstructor2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceConstructor2::domTemplate, V8TestInterfaceConstructor2::refObject, V8TestInterfaceConstructor2::derefObject, V8TestInterfaceConstructor2::createPersistentHandle, 0, 0, 0, V8TestInterfaceConstructor2::installConditionallyEnabledMethods, V8TestInterfaceConstructor2::installConditionallyEnabledProperties, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Independent, WrapperTypeInfo::RefCountedObject }; |
// This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestInterfaceConstructor2.h. |