WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
244078
[WebGL] Allow GCGLSpan to be assigned.
https://bugs.webkit.org/show_bug.cgi?id=244078
Summary
[WebGL] Allow GCGLSpan to be assigned.
Dan Glastonbury
Reported
2022-08-18 00:34:34 PDT
Currently GCGLSpan can't be modified after construction. This leads to needing to wrap in a type with interior mutability, such as std::optional<>, if the span needs to be changed. Allowing assignment removes this wart.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-08-18 00:35:01 PDT
<
rdar://problem/98818853
>
Dan Glastonbury
Comment 2
2022-08-18 00:56:52 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/3445
EWS
Comment 3
2022-08-18 15:54:51 PDT
Committed
253574@main
(b237a7c11f6f): <
https://commits.webkit.org/253574@main
> Reviewed commits have been landed. Closing PR #3445 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug