Bug 253260 - DocumentFragment::parseHTML() should take contextElement by reference
Summary: DocumentFragment::parseHTML() should take contextElement by reference
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-02 11:59 PST by Chris Dumez
Modified: 2023-03-02 22:43 PST (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 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>