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