Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
index 2c6197cc5947d861fd3becb82b4ebee79e9442f5..74e165c1ee7602a1c92e1f8296ebaa6e90648685 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
@@ -31,9 +31,9 @@ public: |
} |
CORE_EXPORT static TestInterfaceNode* 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<TestInterfaceNode>()); |
+ return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestInterfaceNode>()); |
} |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |