| Index: third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
|
| index 60f020b14440331ea9988eb2d97f8859c3409b41..ce6ed05db2e9dd48b2300253c5ed85814117269b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h
|
| @@ -54,6 +54,8 @@ class CORE_EXPORT ExceptionMessages {
|
| const String& expected_type);
|
| static String ConstructorNotCallableAsFunction(const char* type);
|
|
|
| + static String FailedToConvertJSValue(const char* type);
|
| +
|
| static String FailedToConstruct(const char* type, const String& detail);
|
| static String FailedToEnumerate(const char* type, const String& detail);
|
| static String FailedToExecute(const char* method,
|
|
|