| Index: Source/bindings/tests/results/core/V8TestInterface2.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterface2.h b/Source/bindings/tests/results/core/V8TestInterface2.h
|
| index e84910d816d94ca65e5ae9ad2b5fa71872cc1694..f6ec151cfc4f9cd467a9a6953644da9c7350337c 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterface2.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterface2.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 constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static inline ScriptWrappableBase* toScriptWrappableBase(TestInterface2* impl)
|
|
|