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