Index: Source/bindings/core/v8/ScriptFunctionCall.h |
diff --git a/Source/bindings/core/v8/ScriptFunctionCall.h b/Source/bindings/core/v8/ScriptFunctionCall.h |
index eeb9b8a2099b1f40347f3dc940a55caf8879c01e..8e949f2a7a36d9e8387f47ec7483ececc81dcaa8 100644 |
--- a/Source/bindings/core/v8/ScriptFunctionCall.h |
+++ b/Source/bindings/core/v8/ScriptFunctionCall.h |
@@ -45,11 +45,6 @@ public: |
void appendArgument(const ScriptValue&); |
void appendArgument(const String&); |
- void appendArgument(const char*); |
Yuki
2015/03/28 12:19:27
Are you sure that you're not using implicit conver
|
- void appendArgument(long); |
- void appendArgument(long long); |
- void appendArgument(unsigned); |
- void appendArgument(unsigned long); |
void appendArgument(int); |
void appendArgument(bool); |
void appendArgument(const Vector<ScriptValue>&); |