| Index: Source/bindings/tests/results/modules/V8TestInterface5.h
|
| diff --git a/Source/bindings/tests/results/modules/V8TestInterface5.h b/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| index b6470f0d9a7256bee6103e7d96e7c1beb5939168..528597c9eacbce7dad7fa1b8242a6f9090c24b48 100644
|
| --- a/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| +++ b/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| @@ -34,7 +34,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 legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
|
|