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