[webkit-changes] [WebKit/WebKit] b59882: Address minor nit in CSSSelectorParser::consumePse...

Anne van Kesteren noreply at github.com
Mon Feb 26 08:54:30 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b59882be39166bf8b4def711497dd0025bc74f47
      https://github.com/WebKit/WebKit/commit/b59882be39166bf8b4def711497dd0025bc74f47
  Author: Anne van Kesteren <annevk at annevk.nl>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
    M Source/WebCore/css/parser/CSSSelectorParser.cpp

  Log Message:
  -----------
  Address minor nit in CSSSelectorParser::consumePseudo()
https://bugs.webkit.org/show_bug.cgi?id=270081

Reviewed by Antti Koivisto.

As it's already been verified that token is either an IdentToken or
FunctionToken, and IdentToken has been dealt with at this point, it can
only be a FunctionToken.

* Source/WebCore/css/parser/CSSSelectorParser.cpp:
(WebCore::CSSSelectorParser::consumePseudo):

Canonical link: https://commits.webkit.org/275323@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