[webkit-changes] [WebKit/WebKit] 8c9874: Fix unused function warnings when ENABLE(CSS_CONIC...

Don Olmstead noreply at github.com
Thu Nov 3 17:33:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8c9874a6b4d184e0d0374bd35ae1658cf677777c
      https://github.com/WebKit/WebKit/commit/8c9874a6b4d184e0d0374bd35ae1658cf677777c
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

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

  Log Message:
  -----------
  Fix unused function warnings when ENABLE(CSS_CONIC_GRADIENTS) is OFF
https://bugs.webkit.org/show_bug.cgi?id=247455

Reviewed by Tim Nguyen.

Guard `consumeAngleOrPercent` and `consumeAngularColorStopList` with
`ENABLE(CSS_CONIC_GRADIENTS)`.

* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:

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




More information about the webkit-changes mailing list