Bug 247215 - hasRareData() check is being called on the incorrect object in Element.cpp:2008
Summary: hasRareData() check is being called on the incorrect object in Element.cpp:2008
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chirag M Shah
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-28 14:46 PDT by Chirag M Shah
Modified: 2022-10-28 22:03 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chirag M Shah 2022-10-28 14:46:02 PDT
hasRareData() check is being called on the incorrect object in Element.cpp:2008

It should be called on the parameter, and instead its being called on this
Comment 1 Chirag M Shah 2022-10-28 14:47:57 PDT
Pull request: https://github.com/chirags27/WebKit/pull/2
Comment 2 Chirag M Shah 2022-10-28 14:50:13 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5924
Comment 3 EWS 2022-10-28 22:02:45 PDT
Committed 256125@main (cf7b17d7b271): <https://commits.webkit.org/256125@main>

Reviewed commits have been landed. Closing PR #5924 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2022-10-28 22:03:27 PDT
<rdar://problem/101705191>