Title: [250133] trunk/Source/WebKit
Revision
250133
Author
cdu...@apple.com
Date
2019-09-20 08:53:24 -0700 (Fri, 20 Sep 2019)

Log Message

Unreviewed, fix confusing release logging under WebPageProxy::loadRequestWithNavigationShared().

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (250132 => 250133)


--- trunk/Source/WebKit/ChangeLog	2019-09-20 15:41:43 UTC (rev 250132)
+++ trunk/Source/WebKit/ChangeLog	2019-09-20 15:53:24 UTC (rev 250133)
@@ -1,5 +1,12 @@
 2019-09-20  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed, fix confusing release logging under WebPageProxy::loadRequestWithNavigationShared().
+
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::loadRequestWithNavigationShared):
+
+2019-09-20  Chris Dumez  <cdu...@apple.com>
+
         Regression(r248832): Unable to quicklook HTML files in Mail
         https://bugs.webkit.org/show_bug.cgi?id=202012
         <rdar://problem/55285295>

Modified: trunk/Source/WebKit/UIProcess/WebPageProxy.cpp (250132 => 250133)


--- trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2019-09-20 15:41:43 UTC (rev 250132)
+++ trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2019-09-20 15:53:24 UTC (rev 250133)
@@ -1160,7 +1160,7 @@
 {
     ASSERT(!m_isClosed);
 
-    RELEASE_LOG_IF_ALLOWED(Loading, "loadRequestWithNavigation:");
+    RELEASE_LOG_IF_ALLOWED(Loading, "loadRequestWithNavigationShared:");
 
     auto transaction = m_pageLoadState.transaction();
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to