[webkit-changes] [WebKit/WebKit] 052dae: [web-animations] add missing `DECLARE/DEFINE_ALLOC...

Antoine Quint noreply at github.com
Mon Mar 4 11:57:08 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 052dae3e2b9941057872aa528dbaf7e4d1700ff4
      https://github.com/WebKit/WebKit/commit/052dae3e2b9941057872aa528dbaf7e4d1700ff4
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2024-03-04 (Mon, 04 Mar 2024)

  Changed paths:
    M Source/WebCore/animation/CSSPropertyAnimation.cpp

  Log Message:
  -----------
  [web-animations] add missing `DECLARE/DEFINE_ALLOCATOR_WITH_HEAP_IDENTIFIER` for `NonNormalizedDiscretePropertyWrapper`
https://bugs.webkit.org/show_bug.cgi?id=270459

Reviewed by Chris Dumez.

We forgot to add `DECLARE_ALLOCATOR_WITH_HEAP_IDENTIFIER` and `DEFINE_ALLOCATOR_WITH_HEAP_IDENTIFIER`
calls when we added `NonNormalizedDiscretePropertyWrapper` in 273742 at main.

* Source/WebCore/animation/CSSPropertyAnimation.cpp:

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