Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
index 4319e7c3d274ed50062e9ec8215bdd72c9340c44..694951ed04f85e11b71f36477ccb840938117dcb 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h |
@@ -39,11 +39,10 @@ public: |
} |
CORE_EXPORT static TestInterfaceImplementation* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>); |
CORE_EXPORT static WrapperTypeInfo wrapperTypeInfo; |
- static void refObject(ScriptWrappable*); |
- static void derefObject(ScriptWrappable*); |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |
{ |
+ visitor->trace(scriptWrappable->toImpl<TestInterfaceImplementation>()); |
} |
static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&); |
static ActiveScriptWrappable* toActiveScriptWrappable(v8::Local<v8::Object>); |