Index: Source/bindings/v8/ExceptionMessages.h |
diff --git a/Source/bindings/v8/ExceptionMessages.h b/Source/bindings/v8/ExceptionMessages.h |
index dd41c631297fd0600fdcb60c4cd6ac3bc37a88d2..eb7421eec672b41be4fbc8f2dc669b4a1e2b79ea 100644 |
--- a/Source/bindings/v8/ExceptionMessages.h |
+++ b/Source/bindings/v8/ExceptionMessages.h |
@@ -42,6 +42,7 @@ 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 incorrectPropertyType(const String& property, const String& detail); |
// 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. |