| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| index 941a9f3f5b5a05addf69f0f2cf90cd0298756e9f..e3ef9bbc161b878f6a5870c13a3b1750124e6b5a 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -837,7 +837,7 @@ void XMLHttpRequest::throwForLoadFailureIfNeeded(ExceptionState& exceptionState,
|
|
|
| String message = "Failed to load '" + m_url.elidedString() + "'";
|
| if (reason.isNull()) {
|
| - message.append(".");
|
| + message.append('.');
|
| } else {
|
| message.append(": ");
|
| message.append(reason);
|
|
|