Bug 274979 - WebCore::WillChangeData::AnimatableFeature constructor does not always initialize m_cssPropertyID
Summary: WebCore::WillChangeData::AnimatableFeature constructor does not always initia...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 148052
Blocks:
  Show dependency treegraph
 
Reported: 2024-05-31 11:28 PDT by David Kilzer (:ddkilzer)
Modified: 2024-05-31 11:31 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2024-05-31 11:28:40 PDT
WebCore::WillChangeData::AnimatableFeature constructor does not always initialize m_cssPropertyID.

Regressed in:

    Implement parsing for CSS will-change
    https://bugs.webkit.org/show_bug.cgi?id=148052
    <https://commits.webkit.org/166177@main>
Comment 1 Radar WebKit Bug Importer 2024-05-31 11:28:56 PDT
<rdar://problem/129072285>
Comment 2 David Kilzer (:ddkilzer) 2024-05-31 11:31:23 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29384