| Index: Source/bindings/v8/ScriptFunctionCall.h
|
| diff --git a/Source/bindings/v8/ScriptFunctionCall.h b/Source/bindings/v8/ScriptFunctionCall.h
|
| index 032b6a0b0cef8ad600dbc77fe85de3fff158c655..3f5efdb75736260feeba96913c7f068d16a30f77 100644
|
| --- a/Source/bindings/v8/ScriptFunctionCall.h
|
| +++ b/Source/bindings/v8/ScriptFunctionCall.h
|
| @@ -54,6 +54,7 @@ namespace WebCore {
|
| void appendArgument(unsigned long);
|
| void appendArgument(int);
|
| void appendArgument(bool);
|
| + void appendArgument(const Vector<ScriptValue>&);
|
|
|
| protected:
|
| ScriptState* m_scriptState;
|
|
|