Title: [243733] trunk/Source/WebKit
Revision
243733
Author
[email protected]
Date
2019-04-01 20:12:39 -0700 (Mon, 01 Apr 2019)

Log Message

Unreviewed, drop debug logging landed as part of r242903 by mistake.

* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::decidePolicyForNavigationAction):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (243732 => 243733)


--- trunk/Source/WebKit/ChangeLog	2019-04-02 02:57:05 UTC (rev 243732)
+++ trunk/Source/WebKit/ChangeLog	2019-04-02 03:12:39 UTC (rev 243733)
@@ -1,3 +1,10 @@
+2019-04-01  Chris Dumez  <[email protected]>
+
+        Unreviewed, drop debug logging landed as part of r242903 by mistake.
+
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::decidePolicyForNavigationAction):
+
 2019-04-01  Remy Demarest  <[email protected]>
 
         Add SPI to give injected bundles access to displayed PDFDocuments

Modified: trunk/Source/WebKit/UIProcess/WebPageProxy.cpp (243732 => 243733)


--- trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2019-04-02 02:57:05 UTC (rev 243732)
+++ trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2019-04-02 03:12:39 UTC (rev 243733)
@@ -4545,7 +4545,6 @@
                 auto* fromItem = navigationActionData.sourceBackForwardItemIdentifier ? m_backForwardList->itemForID(*navigationActionData.sourceBackForwardItemIdentifier) : nullptr;
                 if (!fromItem)
                     fromItem = m_backForwardList->currentItem();
-                WTFLogAlways("WebPageProxy::decidePolicyForNavigationAction() creates back/forward navigation from item %s", fromItem ? fromItem->url().utf8().data() : "null");
                 navigation = m_navigationState->createBackForwardNavigation(*item, fromItem, FrameLoadType::IndexedBackForward);
             }
         }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to