| Index: Source/bindings/tests/results/V8TestInterfaceDocument.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceDocument.cpp b/Source/bindings/tests/results/V8TestInterfaceDocument.cpp
|
| index 6bb94125005564a5555ee44f1e8f49a9150dbc70..c27a9d2c5e5061a8b8e9f467acf3e2f09bd6f977 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceDocument.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceDocument.cpp
|
| @@ -23,20 +23,6 @@
|
|
|
| namespace blink {
|
|
|
| -static void initializeScriptWrappableForInterface(TestInterfaceDocument* impl)
|
| -{
|
| - impl->setTypeInfo(&V8TestInterfaceDocument::wrapperTypeInfo);
|
| -}
|
| -
|
| -} // namespace blink
|
| -
|
| -void webCoreInitializeScriptWrappableForInterface(blink::TestInterfaceDocument* object)
|
| -{
|
| - blink::initializeScriptWrappableForInterface(object);
|
| -}
|
| -
|
| -namespace blink {
|
| -
|
| const WrapperTypeInfo V8TestInterfaceDocument::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceDocument::domTemplate, V8TestInterfaceDocument::refObject, V8TestInterfaceDocument::derefObject, V8TestInterfaceDocument::createPersistentHandle, 0, V8TestInterfaceDocument::toEventTarget, 0, V8TestInterfaceDocument::installConditionallyEnabledMethods, V8TestInterfaceDocument::installConditionallyEnabledProperties, &V8Document::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::NodeClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo::WillBeGarbageCollectedObject };
|
|
|
| // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestInterfaceDocument.h.
|
|
|