Changeset 259609 in webkit
- Timestamp:
- Apr 6, 2020, 4:17:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-609.2.1.2-branch/Source/WebKit/UIProcess/WebPageProxy.cpp
r259492 r259609 6052 6052 void WebPageProxy::backForwardGoToItemShared(Ref<WebProcessProxy>&& process, const BackForwardItemIdentifier& itemID, CompletionHandler<void(SandboxExtension::Handle&&)>&& completionHandler) 6053 6053 { 6054 MESSAGE_CHECK_COMPLETION(m_process, !WebKit::isInspectorPage(*this), completionHandler({ } , m_backForwardList->counts()));6054 MESSAGE_CHECK_COMPLETION(m_process, !WebKit::isInspectorPage(*this), completionHandler({ })); 6055 6055 6056 6056 auto* item = m_backForwardList->itemForID(itemID);
Note:
See TracChangeset
for help on using the changeset viewer.