[webkit-changes] [WebKit/WebKit] 012701: Fix unused function warning in CSSPropertyParserCo...

Don Olmstead noreply at github.com
Fri Sep 6 10:07:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 012701e81ed52c52cfa59c7fcc540013d872d6a8
      https://github.com/WebKit/WebKit/commit/012701e81ed52c52cfa59c7fcc540013d872d6a8
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2024-09-06 (Fri, 06 Sep 2024)

  Changed paths:
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.cpp

  Log Message:
  -----------
  Fix unused function warning in CSSPropertyParserConsumer+Font.cpp
https://bugs.webkit.org/show_bug.cgi?id=279154

Unreviewed warning fix.

Guard `isFontStyleAngleInRange` which is only used when `ENABLE(VARIATION_FONTS)` is `ON`.

* Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.cpp:

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