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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h

Issue 2840563002: bindings: Remove unused To*Array() and ToV8Sequence() functions. (Closed)
Patch Set: Rebase after #466709 Created 3 years, 8 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 | third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
index ce6ed05db2e9dd48b2300253c5ed85814117269b..2bda8c0692d5a16f95e5608ab235b679f18268f3 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
@@ -142,9 +142,6 @@ class CORE_EXPORT ExceptionMessages {
static String InvalidArity(const char* expected, unsigned provided);
- // If > 0, the argument index that failed type check (1-indexed.)
- // If == 0, a (non-argument) value (e.g., a setter) failed the same check.
- static String NotAnArrayTypeArgumentOrValue(int argument_index);
static String NotASequenceTypeProperty(const String& property_name);
static String NotAFiniteNumber(double value,
const char* name = "value provided");
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698