| Index: Source/WebCore/bindings/v8/ScriptCallStackFactory.cpp
|
| diff --git a/Source/WebCore/bindings/v8/ScriptCallStackFactory.cpp b/Source/WebCore/bindings/v8/ScriptCallStackFactory.cpp
|
| index f417cd5a9614ed97fd2f1bdd37a977f35d9d68b1..ddcde96f5a5b2fd2bd0f2daa0682289bfa32cdf2 100644
|
| --- a/Source/WebCore/bindings/v8/ScriptCallStackFactory.cpp
|
| +++ b/Source/WebCore/bindings/v8/ScriptCallStackFactory.cpp
|
| @@ -111,7 +111,7 @@ PassRefPtr<ScriptArguments> createScriptArguments(const v8::Arguments& v8argumen
|
| for (int i = skipArgumentCount; i < v8arguments.Length(); ++i)
|
| arguments.append(ScriptValue(v8arguments[i]));
|
|
|
| - return ScriptArguments::create(state, arguments);
|
| + return JavaScriptArguments::create(state, arguments);
|
| }
|
|
|
| } // namespace WebCore
|
|
|