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(); |