Title: [212873] trunk/Source/WebKit2
Revision
212873
Author
[email protected]
Date
2017-02-22 18:57:14 -0800 (Wed, 22 Feb 2017)

Log Message

Unreviewed, drop console logging landed by mistake as part of r212832.

* UIProcess/BackgroundProcessResponsivenessTimer.cpp:
(WebKit::BackgroundProcessResponsivenessTimer::timerFired):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (212872 => 212873)


--- trunk/Source/WebKit2/ChangeLog	2017-02-23 02:55:59 UTC (rev 212872)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-23 02:57:14 UTC (rev 212873)
@@ -1,3 +1,10 @@
+2017-02-22  Chris Dumez  <[email protected]>
+
+        Unreviewed, drop console logging landed by mistake as part of r212832.
+
+        * UIProcess/BackgroundProcessResponsivenessTimer.cpp:
+        (WebKit::BackgroundProcessResponsivenessTimer::timerFired):
+
 2017-02-22  Brent Fulgham  <[email protected]>
 
         [Mac] Tighten sandbox to deny process-info* access

Modified: trunk/Source/WebKit2/UIProcess/BackgroundProcessResponsivenessTimer.cpp (212872 => 212873)


--- trunk/Source/WebKit2/UIProcess/BackgroundProcessResponsivenessTimer.cpp	2017-02-23 02:55:59 UTC (rev 212872)
+++ trunk/Source/WebKit2/UIProcess/BackgroundProcessResponsivenessTimer.cpp	2017-02-23 02:57:14 UTC (rev 212873)
@@ -67,7 +67,6 @@
         }
 
         RELEASE_LOG_ERROR(PerformanceLogging, "Notified the client that a background WebProcess has become unresponsive");
-        WTFLogAlways("Notified the client that a background WebProcess has become unresponsive");
         m_interval = initialInterval;
     });
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to