Title: [251357] trunk/Source/WebCore
Revision
251357
Author
cdu...@apple.com
Date
2019-10-20 18:44:45 -0700 (Sun, 20 Oct 2019)

Log Message

Unreviewed, drop debug logging that was inadvertently committed with r251327.

* history/BackForwardCache.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (251356 => 251357)


--- trunk/Source/WebCore/ChangeLog	2019-10-21 00:44:32 UTC (rev 251356)
+++ trunk/Source/WebCore/ChangeLog	2019-10-21 01:44:45 UTC (rev 251357)
@@ -1,3 +1,9 @@
+2019-10-20  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, drop debug logging that was inadvertently committed with r251327.
+
+        * history/BackForwardCache.cpp:
+
 2019-10-20  Zalan Bujtas  <za...@apple.com>
 
         [LFC][IFC] Make InlineTextItem reusable when 'segment break' behavior changes

Modified: trunk/Source/WebCore/history/BackForwardCache.cpp (251356 => 251357)


--- trunk/Source/WebCore/history/BackForwardCache.cpp	2019-10-21 00:44:32 UTC (rev 251356)
+++ trunk/Source/WebCore/history/BackForwardCache.cpp	2019-10-21 01:44:45 UTC (rev 251357)
@@ -57,7 +57,7 @@
 
 namespace WebCore {
 
-#define PCLOG(...) WTFLogAlways("PageCache: %*s%s", indentLevel*4, "", makeString(__VA_ARGS__).utf8().data())
+#define PCLOG(...) LOG(BackForwardCache, "%*s%s", indentLevel*4, "", makeString(__VA_ARGS__).utf8().data())
 
 static inline void logBackForwardCacheFailureDiagnosticMessage(DiagnosticLoggingClient& client, const String& reason)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to