| Index: Source/bindings/tests/results/core/V8TestNode.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestNode.cpp b/Source/bindings/tests/results/core/V8TestNode.cpp
|
| index cc76616720c438ae3ee128eca3004c4dcca89c79..dd22b2b8bc9e8eac048c508ec2940d11703585af 100644
|
| --- a/Source/bindings/tests/results/core/V8TestNode.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestNode.cpp
|
| @@ -21,7 +21,7 @@
|
|
|
| namespace blink {
|
|
|
| -const WrapperTypeInfo V8TestNode::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestNode::domTemplate, V8TestNode::refObject, V8TestNode::derefObject, V8TestNode::trace, 0, V8TestNode::toEventTarget, 0, V8TestNode::installConditionallyEnabledMethods, V8TestNode::installConditionallyEnabledProperties, &V8Node::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::NodeClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo::WillBeGarbageCollectedObject };
|
| +const WrapperTypeInfo V8TestNode::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestNode::domTemplate, V8TestNode::refObject, V8TestNode::derefObject, V8TestNode::trace, 0, 0, V8TestNode::installConditionallyEnabledMethods, V8TestNode::installConditionallyEnabledProperties, &V8Node::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::NodeClassId, WrapperTypeInfo::InheritFromEventTarget, WrapperTypeInfo::Dependent, WrapperTypeInfo::WillBeGarbageCollectedObject };
|
|
|
| // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestNode.h.
|
| // For details, see the comment of DEFINE_WRAPPERTYPEINFO in
|
| @@ -224,11 +224,6 @@ TestNode* V8TestNode::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::V
|
| return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestNode>() : 0;
|
| }
|
|
|
| -EventTarget* V8TestNode::toEventTarget(v8::Handle<v8::Object> object)
|
| -{
|
| - return toImpl(object);
|
| -}
|
| -
|
| void V8TestNode::refObject(ScriptWrappableBase* scriptWrappableBase)
|
| {
|
| #if !ENABLE(OILPAN)
|
|
|