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

Unified Diff: third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp

Issue 2389883005: reflow comments in core/xml* (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/xml/parser/XMLErrors.cpp
diff --git a/third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp b/third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp
index c583b5794e3d02afbdb29fe91234836b3bf636e2..30755ef22ce5a1d2ced490dc2ec345e7fdfa10ae 100644
--- a/third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp
+++ b/third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp
@@ -131,9 +131,9 @@ static inline Element* createXHTMLParserErrorHeader(
}
void XMLErrors::insertErrorMessageBlock() {
- // One or more errors occurred during parsing of the code. Display an error block to the user above
- // the normal content (the DOM tree is created manually and includes line/col info regarding
- // where the errors are located)
+ // One or more errors occurred during parsing of the code. Display an error
+ // block to the user above the normal content (the DOM tree is created
+ // manually and includes line/col info regarding where the errors are located)
// Create elements for display
Element* documentElement = m_document->documentElement();

Powered by Google App Engine
This is Rietveld 408576698