Index: Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp b/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp |
index 17f7f3207ee968f6bf11404bfa0611f13213a831..064f4f9a8cc8af1673021fb83fae5eb81fe239d4 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp |
@@ -21,7 +21,7 @@ |
namespace blink { |
-const WrapperTypeInfo V8TestInterfaceNotScriptWrappable::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceNotScriptWrappable::domTemplate, V8TestInterfaceNotScriptWrappable::refObject, V8TestInterfaceNotScriptWrappable::derefObject, V8TestInterfaceNotScriptWrappable::createPersistentHandle, 0, 0, 0, V8TestInterfaceNotScriptWrappable::installConditionallyEnabledMethods, V8TestInterfaceNotScriptWrappable::installConditionallyEnabledProperties, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Independent, WrapperTypeInfo::RefCountedObject }; |
+const WrapperTypeInfo V8TestInterfaceNotScriptWrappable::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceNotScriptWrappable::domTemplate, V8TestInterfaceNotScriptWrappable::refObject, V8TestInterfaceNotScriptWrappable::derefObject, V8TestInterfaceNotScriptWrappable::trace, 0, 0, 0, V8TestInterfaceNotScriptWrappable::installConditionallyEnabledMethods, V8TestInterfaceNotScriptWrappable::installConditionallyEnabledProperties, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Independent, WrapperTypeInfo::RefCountedObject }; |
namespace TestInterfaceNotScriptWrappableV8Internal { |
@@ -156,12 +156,6 @@ void V8TestInterfaceNotScriptWrappable::derefObject(ScriptWrappableBase* interna |
internalPointer->toImpl<TestInterfaceNotScriptWrappable>()->deref(); |
} |
-WrapperPersistentNode* V8TestInterfaceNotScriptWrappable::createPersistentHandle(ScriptWrappableBase* internalPointer) |
-{ |
- ASSERT_NOT_REACHED(); |
- return 0; |
-} |
- |
template<> |
v8::Handle<v8::Value> toV8NoInline(TestInterfaceNotScriptWrappable* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |