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