| Index: Source/bindings/v8/ScriptFunctionCall.h
|
| diff --git a/Source/bindings/v8/ScriptFunctionCall.h b/Source/bindings/v8/ScriptFunctionCall.h
|
| index 3f5efdb75736260feeba96913c7f068d16a30f77..0c092bea84481c280bcb1e7d9acb15a93a21d06c 100644
|
| --- a/Source/bindings/v8/ScriptFunctionCall.h
|
| +++ b/Source/bindings/v8/ScriptFunctionCall.h
|
| @@ -50,7 +50,7 @@ namespace WebCore {
|
| void appendArgument(const char*);
|
| void appendArgument(long);
|
| void appendArgument(long long);
|
| - void appendArgument(unsigned int);
|
| + void appendArgument(unsigned);
|
| void appendArgument(unsigned long);
|
| void appendArgument(int);
|
| void appendArgument(bool);
|
|
|