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..c4ed0a394d049f73ac330716cd1414e2b1634cb7 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* getHeader(ScriptWrappable* scriptWrappable) |
{ |
- visitor->traceWrappers(scriptWrappable->toImpl<SVGTestInterface>()); |
+ return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<SVGTestInterface>()); |
} |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |