Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h |
index bda5b2247e10393964aa5a85f51aa1aa8e3dedab..c16efa508989f0dae98d7844c74158eacea74ca1 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h |
@@ -30,15 +30,15 @@ public: |
} |
CORE_EXPORT static TestInterfaceConstructor4* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>); |
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; |
- static HeapObjectHeader* getHeapObjectHeader(ScriptWrappable* scriptWrappable) |
- { |
- return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestInterfaceConstructor4>()); |
- } |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |
{ |
visitor->trace(scriptWrappable->toImpl<TestInterfaceConstructor4>()); |
} |
+ static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) |
+ { |
+ visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceConstructor4>()); |
+ } |
static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
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) { } |