Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: Source/bindings/core/v8/ScriptFunctionCall.h

Issue 1046553002: [bindings] Cleanup ScriptFunctionCall for unused methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/bindings/core/v8/ScriptFunctionCall.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>&);
« no previous file with comments | « no previous file | Source/bindings/core/v8/ScriptFunctionCall.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698