Index: Source/bindings/v8/ExceptionMessages.h |
diff --git a/Source/bindings/v8/ExceptionMessages.h b/Source/bindings/v8/ExceptionMessages.h |
index eb7421eec672b41be4fbc8f2dc669b4a1e2b79ea..92f8a9f58792290b53e2ef71ff1f64d2a13e0e8c 100644 |
--- a/Source/bindings/v8/ExceptionMessages.h |
+++ b/Source/bindings/v8/ExceptionMessages.h |
@@ -42,6 +42,8 @@ public: |
static String failedToGet(const String& property, const String& type, const String& detail); |
static String failedToSet(const String& property, const String& type, const String& detail); |
static String failedToDelete(const String& property, const String& type, const String& detail); |
+ |
+ static String incorrectArgumentType(int argumentIndex, const String& detail); |
static String incorrectPropertyType(const String& property, const String& detail); |
// If > 0, the argument index that failed type check (1-indexed.) |