Bug 309900
| Summary: | Remove unused WebBackForwardListItem::navigatedFrameState() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Basuke Suzuki <basuke> |
| Component: | New Bugs | Assignee: | Basuke Suzuki <basuke> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Basuke Suzuki
`WebBackForwardListItem::navigatedFrameState()` has had no callers since 291633@main, which changed session restore to include the entire frame tree for each navigation using `copyMainFrameStateWithChildren()` instead. The declaration in `WebBackForwardListItem.h` and the definition in `WebBackForwardListItem.cpp` can be removed as dead code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Basuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/60563
EWS
Committed 309234@main (d1f2e1b54262): <https://commits.webkit.org/309234@main>
Reviewed commits have been landed. Closing PR #60563 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/172508582>
Basuke Suzuki
*** Bug 310284 has been marked as a duplicate of this bug. ***