| Index: third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp
|
| index c145537a7b1e30b20f13387463fd20a9ccde5cd6..a075ee1c2a83dc15b8ac9c8d1b55dc89b0766fa3 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp
|
| @@ -35,6 +35,10 @@
|
|
|
| namespace blink {
|
|
|
| +String ExceptionMessages::FailedToConvertJSValue(const char* type) {
|
| + return String::Format("Failed to convert value to '%s'.", type);
|
| +}
|
| +
|
| String ExceptionMessages::FailedToConstruct(const char* type,
|
| const String& detail) {
|
| return "Failed to construct '" + String(type) +
|
|
|