Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h |
index 982bb965dc94504df3f265b7abde666c546168c7..d8e7b6256554d113ffdba2c3944a531ce0111f0f 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h |
@@ -29,11 +29,10 @@ public: |
} |
CORE_EXPORT static TestInterface3* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>); |
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; |
- static void refObject(ScriptWrappable*); |
- static void derefObject(ScriptWrappable*); |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |
{ |
+ visitor->trace(scriptWrappable->toImpl<TestInterface3>()); |
} |
static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&); |
static void indexedPropertyGetterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Value>&); |