| Index: Source/bindings/v8/ExceptionMessages.h
|
| diff --git a/Source/bindings/v8/ExceptionMessages.h b/Source/bindings/v8/ExceptionMessages.h
|
| index 204f67a6a3f484f3f3ae47e43a6f39a23e916537..440b00920416c1a290bf0fc3c81a25ce94921c53 100644
|
| --- a/Source/bindings/v8/ExceptionMessages.h
|
| +++ b/Source/bindings/v8/ExceptionMessages.h
|
| @@ -43,6 +43,7 @@ public:
|
| 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 notASequenceType(const String& argument);
|
| static String notEnoughArguments(unsigned expected, unsigned providedleastNumMandatoryParams);
|
| };
|
|
|
|
|