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