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