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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLEntityParser.h

Issue 2386893002: Reformat comments in core/html/parser (Closed)
Patch Set: self review 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/html/parser/HTMLEntityParser.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLEntityParser.h b/third_party/WebKit/Source/core/html/parser/HTMLEntityParser.h
index c45a283cbfa10eda0ae57cad1b038d317a485ffe..8b9a26571230f9cb5e994acca08dfb49a053424d 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLEntityParser.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLEntityParser.h
@@ -68,9 +68,10 @@ CORE_EXPORT bool consumeHTMLEntity(SegmentedString&,
bool& notEnoughCharacters,
UChar additionalAllowedCharacter = '\0');
-// Used by the XML parser. Not suitable for use in HTML parsing. Use consumeHTMLEntity instead.
+// Used by the XML parser. Not suitable for use in HTML parsing. Use
+// consumeHTMLEntity instead.
size_t decodeNamedEntityToUCharArray(const char*, UChar result[4]);
} // namespace blink
-#endif
+#endif // HTMLEntityParser_h

Powered by Google App Engine
This is Rietveld 408576698