Bug 241805 - Remove KeyframeList::addProperty()
Summary: Remove KeyframeList::addProperty()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-21 08:11 PDT by Antoine Quint
Modified: 2022-06-21 23:27 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2022-06-21 08:11:34 PDT
This method is not needed since KeyframeList::insert() already adds the properties of the newly inserted keyframe to KeyframeList::m_properties.
Comment 1 Antoine Quint 2022-06-21 08:16:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1649
Comment 2 EWS 2022-06-21 23:26:47 PDT
Committed r295723 (251728@main): <https://commits.webkit.org/251728@main>

Reviewed commits have been landed. Closing PR #1649 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-06-21 23:27:14 PDT
<rdar://problem/95665779>