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