X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebKit2%2FUIProcess%2FWebPageProxy.cpp;h=3a6f0bd89821437ffd7b351930e16c9c9c5179ab;hp=0e560ab97ac5794752a925cad80cf973d64ab544;hb=eadceed22b307f96168b5dead8401a40847b1664;hpb=a4216b94fb309e21e9c066c81dd7b3316843629d diff --git a/Source/WebKit2/UIProcess/WebPageProxy.cpp b/Source/WebKit2/UIProcess/WebPageProxy.cpp index 0e560ab..3a6f0bd 100644 --- a/Source/WebKit2/UIProcess/WebPageProxy.cpp +++ b/Source/WebKit2/UIProcess/WebPageProxy.cpp @@ -962,10 +962,6 @@ void WebPageProxy::didChangeBackForwardList(WebBackForwardListItem* added, Vecto m_pageLoadState.setCanGoBack(transaction, m_backForwardList->backItem()); m_pageLoadState.setCanGoForward(transaction, m_backForwardList->forwardItem()); - -#if PLATFORM(MAC) - m_pageClient.clearCustomSwipeViews(); -#endif } void WebPageProxy::willGoToBackForwardListItem(uint64_t itemID, IPC::MessageDecoder& decoder)