Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
index 7d0b40dfda1e1d2b63595897513aa160c4d4d9c1..641ebf22c16d14f39ace93f7d17b3a245b6263ee 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
@@ -37,9 +37,9 @@ public: |
} |
CORE_EXPORT static TestInterfaceNamedConstructor* 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<TestInterfaceNamedConstructor>()); |
+ return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestInterfaceNamedConstructor>()); |
} |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |