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 c8747f1799b5443cdd7b73bac5ebca72b25a65d6..7d81b2f1e490679c1c0f08f34d51150424e5c2c8 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h |
@@ -29,9 +29,9 @@ public: |
} |
CORE_EXPORT static TestInterface3* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>); |
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; |
- static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) |
+ static HeapObjectHeader* getHeapObjectHeader(ScriptWrappable* scriptWrappable) |
{ |
- visitor->traceWrappers(scriptWrappable->toImpl<TestInterface3>()); |
+ return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestInterface3>()); |
} |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |