Bug 287009
| Summary: | Remove WebPageProxy::protectedBackForwardList() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Charlie Wolfe <charliew> |
| Component: | WebKit Misc. | Assignee: | Fujii Hironori <fujii.hironori> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Charlie Wolfe
WebPageProxy holds a Ref to it, and it cannot be reassigned.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/144149841>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/39980
EWS
Committed 290250@main (5ecf66088e7a): <https://commits.webkit.org/290250@main>
Reviewed commits have been landed. Closing PR #39980 and removing active labels.
Fujii Hironori
Re-opening for pull request https://github.com/WebKit/WebKit/pull/40460
Fujii Hironori
WebKit can't compile after 290250@main.
https://build.webkit.org/#/builders/706/builds/26685
/Volumes/Data/worker/Apple-Ventura-Release-Build/build/Source/WebKit/UIProcess/WebPageProxy.cpp:9566:124: error: use of undeclared identifier 'protectedBackForwardList'; did you mean 'protectedBackForwardCache'?
/Volumes/Data/worker/Apple-Ventura-Release-Build/build/Source/WebKit/UIProcess/WebPageProxy.cpp:9566:152: error: no member named 'counts' in 'WebKit::WebBackForwardCache'
EWS
Committed 290252@main (9933b09013f4): <https://commits.webkit.org/290252@main>
Reviewed commits have been landed. Closing PR #40460 and removing active labels.