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