Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 671776139593b9fdfd7c31d49428ff8ed8af0621
      
https://github.com/WebKit/WebKit/commit/671776139593b9fdfd7c31d49428ff8ed8af0621
  Author: Ahmad Saleem <[email protected]>
  Date:   2026-08-18 (Tue, 18 Aug 2026)

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

  Log Message:
  -----------
  KeyframeEffect::animatesProperty() scans keyframe property keys instead of 
hashing them
https://bugs.webkit.org/show_bug.cgi?id=322006
rdar://185202501

Reviewed by Antoine Quint.

When there are no blending keyframes yet, animatesProperty() walked
ParsedKeyframe::styleStrings.keys() and 
ParsedKeyframe::customStyleStrings.keys()
comparing each key in turn. Both are HashMaps, so this is a hand-rolled linear
replacement for contains(). No change in behavior.

* Source/WebCore/animation/KeyframeEffect.cpp:
(WebCore::KeyframeEffect::animatesProperty const):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to