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