Bug 278854
| Summary: | REGRESSION(281966@main): The URL passed to `WebPageProxy::maybeInitializeSandboxExtensionHandle` is null | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | History | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitaly Dyackhov
In `ProvisionalPageProxy::goToBackForwardItem()` we create an `itemURL` which we then pass by reference to `WebPageProxy::maybeInitializeSandboxExtensionHandle()`.
But we also move it while creating the compilation handler, which makes it null.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vitaly Dyackhov
Pull request: https://github.com/WebKit/WebKit/pull/32886
EWS
Committed 282911@main (55a33a45250a): <https://commits.webkit.org/282911@main>
Reviewed commits have been landed. Closing PR #32886 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/134942846>