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