Bug 272374
| Summary: | Adopt std::span in HTMLParserIdioms.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebCore Misc. | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | darin, dpino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Adopt std::span in HTTPParserIdioms.cpp.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/27013
EWS
Committed 277244@main (0f5f1f492230): <https://commits.webkit.org/277244@main>
Reviewed commits have been landed. Closing PR #27013 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/126136439>
Diego Pino
GTK-Linux-64-bit-Release-Ubuntu-LTS-Build is failing to build after this change
https://build.webkit.org/#/builders/68/builds/33181
```
/home/buildbot/worker/GTK-Linux-64-bit-Release-Ubuntu-LTS-Build/build/Source/WebCore/html/parser/HTMLParserIdioms.cpp:328:27: error: class template placeholder ‘std::span’ not permitted in this context
328 | StringView timeString(std::span { numberStart, data.data() });
|
```
Diego Pino
Re-opening for pull request https://github.com/webkit/webkit/pull/27067
EWS
Committed 277288@main (d5ab5f9bf70b): <https://commits.webkit.org/277288@main>
Reviewed commits have been landed. Closing PR #27067 and removing active labels.