[webkit-changes] [WebKit/WebKit] 559036: scanAttributeName doesn't need to check for "is" c...

Ryosuke Niwa noreply at github.com
Mon Feb 26 10:59:41 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5590366d49ca543c06cddd64d9e4e3bdfff6f52f
      https://github.com/WebKit/WebKit/commit/5590366d49ca543c06cddd64d9e4e3bdfff6f52f
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
    M Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp

  Log Message:
  -----------
  scanAttributeName doesn't need to check for "is" content attribute
https://bugs.webkit.org/show_bug.cgi?id=270066

Reviewed by Chris Dumez and Yusuke Suzuki.

Since we don't support "is" content attribute, we don't need to check for its presence.

* Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp:
(WebCore::HTMLFastPathParser::scanAttributeName):

Canonical link: https://commits.webkit.org/275331@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list