| Index: Source/bindings/tests/results/core/V8TestInterface3.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterface3.h b/Source/bindings/tests/results/core/V8TestInterface3.h
|
| index 542491d0abccc41b1faaadd677ec63493be9d92b..b80e371a43f5c7024d77072708c5e1f15a89fca0 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterface3.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterface3.h
|
| @@ -32,7 +32,7 @@ public:
|
| static void trace(Visitor* visitor, ScriptWrappableBase* scriptWrappableBase)
|
| {
|
| }
|
| - static void visitDOMWrapper(ScriptWrappableBase*, const v8::Persistent<v8::Object>&, v8::Isolate*);
|
| + static void visitDOMWrapper(v8::Isolate*, ScriptWrappableBase*, const v8::Persistent<v8::Object>&);
|
| 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>&);
|
|
|