Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: third_party/WebKit/Source/core/events/ErrorEvent.h

Issue 2394653003: reflow comments in core/events,core/fileapi (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/events/ClipboardEvent.h ('k') | third_party/WebKit/Source/core/events/Event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698