[webkit-changes] [WebKit/WebKit] 3bb614: FIXME: replace by a switch statement in CSSPrimiti...

Karl Dubost noreply at github.com
Wed Dec 25 04:44:36 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3bb614e73c44813f64fc4c3fa8fb72f641d65e81
      https://github.com/WebKit/WebKit/commit/3bb614e73c44813f64fc4c3fa8fb72f641d65e81
  Author: Karl Dubost <karlcow at apple.com>
  Date:   2024-12-25 (Wed, 25 Dec 2024)

  Changed paths:
    M Source/WebCore/css/CSSPrimitiveValue.cpp

  Log Message:
  -----------
  FIXME: replace by a switch statement in CSSPrimitiveValue::primitiveType()
https://bugs.webkit.org/show_bug.cgi?id=285143
rdar://142020781

Reviewed by Tim Nguyen.

Simple syntax fix to change the if by a switch statement.

* Source/WebCore/css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::primitiveType const):

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