| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| index 7376c8a386d3a37454a946afd286520b186f4b55..44f5fd353f86383b6e470c87960f0846f43b7402 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| @@ -37,15 +37,15 @@ public:
|
| }
|
| CORE_EXPORT static TestInterfaceNamedConstructor2* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| - static HeapObjectHeader* getHeapObjectHeader(ScriptWrappable* scriptWrappable)
|
| - {
|
| - return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestInterfaceNamedConstructor2>());
|
| - }
|
| template<typename VisitorDispatcher>
|
| static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
| {
|
| visitor->trace(scriptWrappable->toImpl<TestInterfaceNamedConstructor2>());
|
| }
|
| + static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
|
| + {
|
| + visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceNamedConstructor2>());
|
| + }
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| CORE_EXPORT static void preparePrototypeAndInterfaceObject(v8::Local<v8::Context>, const DOMWrapperWorld&, v8::Local<v8::Object> prototypeObject, v8::Local<v8::Function> interfaceObject, v8::Local<v8::FunctionTemplate> interfaceTemplate) { }
|
| };
|
|
|