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