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

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

Issue 2810843002: bindings: Make the sequence conversion code more complaint with WebIDL. (Closed)
Patch Set: Adjust even more tests 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
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");

Powered by Google App Engine
This is Rietveld 408576698