| Index: third_party/WebKit/Source/core/events/ErrorEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/ErrorEvent.h b/third_party/WebKit/Source/core/events/ErrorEvent.h
|
| index 32617b8c5b35b7e3d072eb5783f41f71df550ba9..01d0ffe7cc967ee237c16f6f498d3ae990e36cb2 100644
|
| --- a/third_party/WebKit/Source/core/events/ErrorEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/ErrorEvent.h
|
| @@ -69,7 +69,8 @@ class ErrorEvent final : public Event {
|
| unsigned colno() const { return m_location->columnNumber(); }
|
| ScriptValue error(ScriptState*) const;
|
|
|
| - // 'messageForConsole' is not exposed to JavaScript, and prefers 'm_unsanitizedMessage'.
|
| + // 'messageForConsole' is not exposed to JavaScript, and prefers
|
| + // 'm_unsanitizedMessage'.
|
| const String& messageForConsole() const {
|
| return !m_unsanitizedMessage.isEmpty() ? m_unsanitizedMessage
|
| : m_sanitizedMessage;
|
|
|