| Index: Source/bindings/tests/results/core/V8TestInterface.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterface.h b/Source/bindings/tests/results/core/V8TestInterface.h
|
| index 15a2000263a49560a626815222ab0c3961ae95ca..4ce2fa20dfa31d161a99b22d36eef22bc1483ff7 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterface.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterface.h
|
| @@ -41,7 +41,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 ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>);
|
| static void implementsCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
|
|