[webkit-changes] [WebKit/WebKit] 8a587d: Cleanup consumeFontSizeAdjust()

ChangSeok Oh noreply at github.com
Wed May 10 08:57:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8a587dccd0c8606b55030baf4ee3745d0d1a0908
      https://github.com/WebKit/WebKit/commit/8a587dccd0c8606b55030baf4ee3745d0d1a0908
  Author: ChangSeok Oh <changseok at webkit.org>
  Date:   2023-05-10 (Wed, 10 May 2023)

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

  Log Message:
  -----------
  Cleanup consumeFontSizeAdjust()
https://bugs.webkit.org/show_bug.cgi?id=256545

Reviewed by Tim Nguyen.

This change is a minor clean-up of consumeFontSizeAdjust(). We don't
need to call consumeNumber() twice.

* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
(WebCore::CSSPropertyParserHelpers::consumeFontSizeAdjust):

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




More information about the webkit-changes mailing list