Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h |
index 6067394a34ce93bcf38ee8217620bf0019af2523..57a2b68a6745b56f8fc75f7a86a866769b1b0ce7 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h |
@@ -31,15 +31,15 @@ public: |
} |
CORE_EXPORT static TestIntegerIndexedGlobal* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>); |
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; |
- static HeapObjectHeader* getHeapObjectHeader(ScriptWrappable* scriptWrappable) |
- { |
- return HeapObjectHeader::fromPayload(scriptWrappable->toImpl<TestIntegerIndexedGlobal>()); |
- } |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |
{ |
visitor->trace(scriptWrappable->toImpl<TestIntegerIndexedGlobal>()); |
} |
+ static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) |
+ { |
+ visitor->traceWrappers(scriptWrappable->toImpl<TestIntegerIndexedGlobal>()); |
+ } |
static void indexedPropertyGetterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Value>&); |
static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&); |
static void indexedPropertyDeleterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Boolean>&); |