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