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