Bug 239424 - Refactor `HTMLElement::setContentEditable` to take a `StringView`
Summary: Refactor `HTMLElement::setContentEditable` to take a `StringView`
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-16 15:45 PDT by Wenson Hsieh
Modified: 2022-04-23 15:46 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2022-04-16 15:45:42 PDT
...instead of a string, to avoid unnecessary allocations.

Motivated by: <https://bugs.webkit.org/show_bug.cgi?id=239423>
Comment 1 Radar WebKit Bug Importer 2022-04-23 15:46:13 PDT
<rdar://problem/92222279>