Bug 274698 - Drop ArrayBuffer constructors taking in a raw pointer, in favor of std::span
Summary: Drop ArrayBuffer constructors taking in a raw pointer, in favor of std::span
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-24 18:38 PDT by Chris Dumez
Modified: 2024-05-28 12:27 PDT (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 2024-05-24 18:38:42 PDT
Drop ArrayBuffer constructors taking in a raw pointer, in favor of std::span.
Comment 1 Chris Dumez 2024-05-24 18:41:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29103
Comment 2 EWS 2024-05-28 12:26:54 PDT
Committed 279393@main (d3dc83426c85): <https://commits.webkit.org/279393@main>

Reviewed commits have been landed. Closing PR #29103 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-05-28 12:27:15 PDT
<rdar://problem/128884214>