| Index: Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp b/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| index 71136a7e6c8d66ff33499a7c5c5c6b3e355817f8..f2f5cc411a0975c29a1f162a4941094292e22f02 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| @@ -20,7 +20,7 @@
|
|
|
| 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 };
|
| +const WrapperTypeInfo V8TestInterfaceDocument::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceDocument::domTemplate, V8TestInterfaceDocument::refObject, V8TestInterfaceDocument::derefObject, V8TestInterfaceDocument::trace, 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.
|
| // For details, see the comment of DEFINE_WRAPPERTYPEINFO in
|
| @@ -90,16 +90,6 @@ void V8TestInterfaceDocument::derefObject(ScriptWrappableBase* internalPointer)
|
| #endif
|
| }
|
|
|
| -WrapperPersistentNode* V8TestInterfaceDocument::createPersistentHandle(ScriptWrappableBase* internalPointer)
|
| -{
|
| -#if ENABLE(OILPAN)
|
| - return WrapperPersistent<TestInterfaceDocument>::create(internalPointer->toImpl<TestInterfaceDocument>());
|
| -#else
|
| - ASSERT_NOT_REACHED();
|
| - return 0;
|
| -#endif
|
| -}
|
| -
|
| template<>
|
| v8::Handle<v8::Value> toV8NoInline(TestInterfaceDocument* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
|
|