[webkit-changes] [WebKit/WebKit] 06dae3: Mark HTMLFastPathParser::processAttribute() as static

Chris Dumez noreply at github.com
Tue Mar 28 15:06:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 06dae3ac143d70f6308c7d3c0d71a15a37c209a9
      https://github.com/WebKit/WebKit/commit/06dae3ac143d70f6308c7d3c0d71a15a37c209a9
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-03-28 (Tue, 28 Mar 2023)

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

  Log Message:
  -----------
  Mark HTMLFastPathParser::processAttribute() as static
https://bugs.webkit.org/show_bug.cgi?id=254611

Reviewed by Ryosuke Niwa.

Mark HTMLFastPathParser::processAttribute() as static since it does not use any
data members.

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

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




More information about the webkit-changes mailing list