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

Changeset 243733 in webkit


Ignore:
Timestamp:
Apr 1, 2019, 8:12:39 PM (7 years ago)
Author:
Chris Dumez
Message:

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

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::decidePolicyForNavigationAction):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r243731 r243733  
     12019-04-01  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, drop debug logging landed as part of r242903 by mistake.
     4
     5        * UIProcess/WebPageProxy.cpp:
     6        (WebKit::WebPageProxy::decidePolicyForNavigationAction):
     7
    182019-04-01  Remy Demarest  <rdemarest@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/WebPageProxy.cpp

    r243630 r243733  
    45464546                if (!fromItem)
    45474547                    fromItem = m_backForwardList->currentItem();
    4548                 WTFLogAlways("WebPageProxy::decidePolicyForNavigationAction() creates back/forward navigation from item %s", fromItem ? fromItem->url().utf8().data() : "null");
    45494548                navigation = m_navigationState->createBackForwardNavigation(*item, fromItem, FrameLoadType::IndexedBackForward);
    45504549            }
Note: See TracChangeset for help on using the changeset viewer.