Bug 247215

Summary: hasRareData() check is being called on the incorrect object in Element.cpp:2008
Product: WebKit Reporter: Chirag M Shah <chirag_m_shah>
Component: WebCore Misc.Assignee: Chirag M Shah <chirag_m_shah>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

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>