Index: Source/bindings/v8/ExceptionMessages.h |
diff --git a/Source/bindings/v8/ExceptionMessages.h b/Source/bindings/v8/ExceptionMessages.h |
index 6a5e6d735d6c9fd51013183b83451683386bc7b0..a74819b397081d1395303b1b0f5a53c5a3fd1333 100644 |
--- a/Source/bindings/v8/ExceptionMessages.h |
+++ b/Source/bindings/v8/ExceptionMessages.h |
@@ -119,6 +119,8 @@ public: |
return result.toString(); |
} |
+ 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 argumentIndex); |