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