Bug 239334 - Require an existing AtomString for HTMLDocument's named getter parameter
Summary: Require an existing AtomString for HTMLDocument's named getter parameter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-14 08:07 PDT by Chris Dumez
Modified: 2022-04-14 12:54 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2022-04-14 08:08 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-04-14 08:07:06 PDT
Require an existing AtomString for HTMLDocument's named getter parameter. There is no point in allocating a new AtomString as the AtomString should already exist if there is any element with this name.
Comment 1 Chris Dumez 2022-04-14 08:08:19 PDT
Created attachment 457628 [details]
Patch
Comment 2 EWS 2022-04-14 12:53:28 PDT
Committed r292885 (249655@main): <https://commits.webkit.org/249655@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 457628 [details].
Comment 3 Radar WebKit Bug Importer 2022-04-14 12:54:14 PDT
<rdar://problem/91771611>