Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h |
index b7f499cea30d9886238baf42ef526b361a64cedb..f4707591701151a06a0c97c062450b5e325b031e 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h |
@@ -30,11 +30,10 @@ public: |
} |
CORE_EXPORT static TestInterface2* 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<TestInterface2>()); |
} |
static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&); |
static ActiveScriptWrappable* toActiveScriptWrappable(v8::Local<v8::Object>); |