| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h
|
| index 60306c70b44bc17848bfcd9238b49942e28c5301..4b24b8f855291793f45bee88517684e8fd73a3cf 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h
|
| @@ -30,15 +30,15 @@ public:
|
| }
|
| CORE_EXPORT static TestInterface2* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| CORE_EXPORT static WrapperTypeInfo wrapperTypeInfo;
|
| - static HeapObjectHeader* getHeapObjectHeader(ScriptWrappable* scriptWrappable)
|
| - {
|
| - return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestInterface2>());
|
| - }
|
| template<typename VisitorDispatcher>
|
| static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
| {
|
| visitor->trace(scriptWrappable->toImpl<TestInterface2>());
|
| }
|
| + static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
|
| + {
|
| + visitor->traceWrappers(scriptWrappable->toImpl<TestInterface2>());
|
| + }
|
| static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&);
|
| static ActiveScriptWrappable* toActiveScriptWrappable(v8::Local<v8::Object>);
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|