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