There's currently no method to remove an item in WebBackForwardList, so we'll have to add one. This is needed for <rdar://problem/20681226>
Created attachment 252336 [details] Patch
Attachment 252336 [details] did not pass style-queue: ERROR: Source/WebKit2/UIProcess/WebBackForwardList.cpp:328: Missing space before { [whitespace/braces] [5] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 252336 [details] Patch We feel that the WebBackForwardList in WK1 being mutable by the client was a mistake and therefore we've willfully *not* added any mutability to the WK2 list. It's been asked multiple times, but we've always found a different solution for whoever has needed it. Can you describe more why we *have* to do this?
We'll try to accomplish what we need without this change. Closing the bug.