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