| Index: Source/bindings/v8/ExceptionMessages.h
|
| diff --git a/Source/bindings/v8/ExceptionMessages.h b/Source/bindings/v8/ExceptionMessages.h
|
| index 8cd532caf681c6620277cdd9003e8d43f1c49048..5b668bb71535cb6b73f0d9675d8af02a34285aff 100644
|
| --- a/Source/bindings/v8/ExceptionMessages.h
|
| +++ b/Source/bindings/v8/ExceptionMessages.h
|
| @@ -37,6 +37,7 @@ namespace WebCore {
|
|
|
| class ExceptionMessages {
|
| public:
|
| + static String failedToConstruct(const String& type, const String& detail = String());
|
| static String failedToExecute(const String& method, const String& type, const String& detail = String());
|
| static String failedToGet(const String& property, const String& type, const String& detail);
|
| static String failedToSet(const String& property, const String& type, const String& detail);
|
|
|