| Index: Source/bindings/v8/ExceptionMessages.h
 | 
| diff --git a/Source/bindings/v8/ExceptionMessages.h b/Source/bindings/v8/ExceptionMessages.h
 | 
| index 0bd249bf46b37946a47378297bcd2f828d5c5019..7d94b45eb2f88d6a18f18a9a59d5c355bb1de7cb 100644
 | 
| --- a/Source/bindings/v8/ExceptionMessages.h
 | 
| +++ b/Source/bindings/v8/ExceptionMessages.h
 | 
| @@ -38,6 +38,8 @@ namespace WebCore {
 | 
|  class ExceptionMessages {
 | 
|  public:
 | 
|      static String failedToExecute(const String& method, const String& type, const String& detail);
 | 
| +    static String failedToGet(const String& property, const String& type, const String& detail);
 | 
| +    static String failedToSet(const String& property, const String& type, const String& detail);
 | 
|  };
 | 
|  
 | 
|  } // namespace WebCore
 | 
| 
 |