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