diff --git a/Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp b/Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp index 3bb5e4dc2442..a06c580e785d 100644 --- a/Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp +++ b/Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp @@ -164,7 +164,6 @@ template static inline bool isCharAfterUnquotedAttribute // - Unquoted attribute names are very restricted. // - Many tags are unsupported, but we could support more. For example, // because of the complex re-parenting rules -// - Only a few named "&" character references are supported. // - No '\0'. The handling of '\0' varies depending upon where it is found // and in general the correct handling complicates things. // - Fails if an attribute name starts with 'on'. Such attributes are generally