Bug 278219
Summary: | Make NavigationIdentifier non-nullable | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | WebCore Misc. | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Chris Dumez
Make NavigationIdentifier non-nullable, forcing callers to use Markable/std::optional when there is no identifier.
This makes it clearer when the identifier can be missing or not. It is also more compatible with our IPC layer which rejects sending a null ObjectIdentifier.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/32290
EWS
Committed 282359@main (54e56ff12891): <https://commits.webkit.org/282359@main>
Reviewed commits have been landed. Closing PR #32290 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/134070906>