[webkit-changes] [WebKit/WebKit] cfc789: Replace const char* with ASCIILiteral in CSSSelector

Tim Nguyen noreply at github.com
Wed Jan 3 01:10:58 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cfc789a751bf89803540c0cec6424aa99c379e81
      https://github.com/WebKit/WebKit/commit/cfc789a751bf89803540c0cec6424aa99c379e81
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2024-01-03 (Wed, 03 Jan 2024)

  Changed paths:
    M Source/WebCore/css/CSSSelector.cpp

  Log Message:
  -----------
  Replace const char* with ASCIILiteral in CSSSelector
https://bugs.webkit.org/show_bug.cgi?id=267032
rdar://120408392

Reviewed by Ryosuke Niwa.

For consistency with the rest of the file and to match recommended practices.

* Source/WebCore/css/CSSSelector.cpp:
(WebCore::appendLangArgumentList):
(WebCore::outputNthChildAnPlusB):
(WebCore::CSSSelector::selectorText const):

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




More information about the webkit-changes mailing list