Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b0645e5bf6882e7c9b1f7420c2175a8611f8eec3
      
https://github.com/WebKit/WebKit/commit/b0645e5bf6882e7c9b1f7420c2175a8611f8eec3
  Author: Chris Dumez <cdu...@apple.com>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

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

  Log Message:
  -----------
  Update scanAttributeName::scanAttributeName() to return a QualifiedName
https://bugs.webkit.org/show_bug.cgi?id=255604

Reviewed by Darin Adler.

Update scanAttributeName::scanAttributeName() to return a QualifiedName instead
of a `Span<const CharacterType>`. This simplifies the code a bit and is
performance-neutral on Speedometer.

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

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to