Bug 253260

Summary: DocumentFragment::parseHTML() should take contextElement by reference
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2023-03-02 11:59:00 PST
DocumentFragment::parseHTML() should take contextElement by reference, instead of taking a pointer and asserting that it is non-null.
Comment 1 Chris Dumez 2023-03-02 12:00:59 PST
Pull request: https://github.com/WebKit/WebKit/pull/10954
Comment 2 EWS 2023-03-02 22:42:07 PST
Committed 261117@main (18df156da7d2): <https://commits.webkit.org/261117@main>

Reviewed commits have been landed. Closing PR #10954 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-02 22:43:16 PST
<rdar://problem/106181926>