| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
|
| index d43f3979e87d540928ddd6061e544d076f5c2318..c97e96d1d71a93ef1bdc58b5c94bc00b7e779b93 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
|
| @@ -40,9 +40,9 @@ public:
|
| }
|
| CORE_EXPORT static TestInterfaceImplementation* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| CORE_EXPORT static WrapperTypeInfo wrapperTypeInfo;
|
| - static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
|
| + static HeapObjectHeader* getHeapObjectHeader(ScriptWrappable* scriptWrappable)
|
| {
|
| - visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceImplementation>());
|
| + return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestInterfaceImplementation>());
|
| }
|
| template<typename VisitorDispatcher>
|
| static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
|
|