[webkit-reviews] review granted: [Bug 238857] Remove some @apply leftover code : [Attachment 456789] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 01:37:42 PDT 2022


Tim Nguyen (:ntim) <ntim at apple.com> has granted Antti Koivisto
<koivisto at iki.fi>'s request for review:
Bug 238857: Remove some @apply leftover code
https://bugs.webkit.org/show_bug.cgi?id=238857

Attachment 456789: Patch

https://bugs.webkit.org/attachment.cgi?id=456789&action=review




--- Comment #2 from Tim Nguyen (:ntim) <ntim at apple.com> ---
Comment on attachment 456789
  --> https://bugs.webkit.org/attachment.cgi?id=456789
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=456789&action=review

> Source/WebCore/css/parser/CSSVariableParser.cpp:91
> +	   case AtKeywordToken:
>	       break;

Is it possible to delete this? `default:` bellow seems to handle it.


More information about the webkit-reviews mailing list