Bug 239333 - Update ContainerNode::getElementsByName() to take in an AtomString
Summary: Update ContainerNode::getElementsByName() to take in an AtomString
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (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 07:56 PDT by Chris Dumez
Modified: 2022-04-14 10:09 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.41 KB, patch)
2022-04-14 07:58 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 07:56:44 PDT
Update ContainerNode::getElementsByName() to take in an AtomString instead of a String. Its implementation ends up atomizing the name anyway.
Comment 1 Chris Dumez 2022-04-14 07:58:15 PDT
Created attachment 457627 [details]
Patch
Comment 2 EWS 2022-04-14 10:08:30 PDT
Committed r292874 (249645@main): <https://commits.webkit.org/249645@main>

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