Title: [259609] branches/safari-609.2.1.2-branch/Source/WebKit/UIProcess/WebPageProxy.cpp
- Revision
- 259609
- Author
- [email protected]
- Date
- 2020-04-06 16:17:38 -0700 (Mon, 06 Apr 2020)
Log Message
Unreviewed build fix. rdar://problem/61231877
No member named 'counts' in 'WebKit::WebBackForwardList'
Modified Paths
Diff
Modified: branches/safari-609.2.1.2-branch/Source/WebKit/UIProcess/WebPageProxy.cpp (259608 => 259609)
--- branches/safari-609.2.1.2-branch/Source/WebKit/UIProcess/WebPageProxy.cpp 2020-04-06 23:17:35 UTC (rev 259608)
+++ branches/safari-609.2.1.2-branch/Source/WebKit/UIProcess/WebPageProxy.cpp 2020-04-06 23:17:38 UTC (rev 259609)
@@ -6051,7 +6051,7 @@
void WebPageProxy::backForwardGoToItemShared(Ref<WebProcessProxy>&& process, const BackForwardItemIdentifier& itemID, CompletionHandler<void(SandboxExtension::Handle&&)>&& completionHandler)
{
- MESSAGE_CHECK_COMPLETION(m_process, !WebKit::isInspectorPage(*this), completionHandler({ }, m_backForwardList->counts()));
+ MESSAGE_CHECK_COMPLETION(m_process, !WebKit::isInspectorPage(*this), completionHandler({ }));
auto* item = m_backForwardList->itemForID(itemID);
if (!item)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes