Index: Source/core/html/parser/HTMLParserIdioms.h |
diff --git a/Source/core/html/parser/HTMLParserIdioms.h b/Source/core/html/parser/HTMLParserIdioms.h |
index 70db7954808030159906828f0638e08d05254715..68c7ded17985dfa94a42bba0132c8fdb1b417210 100644 |
--- a/Source/core/html/parser/HTMLParserIdioms.h |
+++ b/Source/core/html/parser/HTMLParserIdioms.h |
@@ -39,7 +39,7 @@ bool isHTMLSpace(UChar); |
bool isHTMLLineBreak(UChar); |
bool isNotHTMLSpace(UChar); |
-// Strip leading and trailing whitespace as defined by the HTML specification. |
+// Strip leading and trailing whitespace as defined by the HTML specification. |
String stripLeadingAndTrailingHTMLSpaces(const String&); |
template<size_t inlineCapacity> |
String stripLeadingAndTrailingHTMLSpaces(const Vector<UChar, inlineCapacity>& vector) |