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 60f020b14440331ea9988eb2d97f8859c3409b41..46366cf5cb814cd1ee1c0f006a5b753a085a5878 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h |
@@ -140,9 +140,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"); |