| Index: third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
|
| index fcdc9b8eb9ecfe8a09956c0a3a6dbf07c259c15b..a3de3604a9033bb78be61e83adb726762ed53f3d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
|
| @@ -26,9 +26,9 @@ public:
|
| CORE_EXPORT static TestDataView* toImpl(v8::Local<v8::Object> object);
|
| CORE_EXPORT static TestDataView* 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<TestDataView>());
|
| + return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestDataView>());
|
| }
|
| template<typename VisitorDispatcher>
|
| static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
|
|