⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 259609 in webkit


Ignore:
Timestamp:
Apr 6, 2020, 4:17:38 PM (6 years ago)
Author:
Alan Coon
Message:

Unreviewed build fix. rdar://problem/61231877

No member named 'counts' in 'WebKit::WebBackForwardList'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-609.2.1.2-branch/Source/WebKit/UIProcess/WebPageProxy.cpp

    r259492 r259609  
    60526052void WebPageProxy::backForwardGoToItemShared(Ref<WebProcessProxy>&& process, const BackForwardItemIdentifier& itemID, CompletionHandler<void(SandboxExtension::Handle&&)>&& completionHandler)
    60536053{
    6054     MESSAGE_CHECK_COMPLETION(m_process, !WebKit::isInspectorPage(*this), completionHandler({ }, m_backForwardList->counts()));
     6054    MESSAGE_CHECK_COMPLETION(m_process, !WebKit::isInspectorPage(*this), completionHandler({ }));
    60556055
    60566056    auto* item = m_backForwardList->itemForID(itemID);
Note: See TracChangeset for help on using the changeset viewer.