Title: [194525] trunk/Source/WebCore
Revision
194525
Author
mcatanz...@igalia.com
Date
2016-01-03 19:35:53 -0800 (Sun, 03 Jan 2016)

Log Message

Unreviewed, turn off temporary scrolling logging on GTK
https://bugs.webkit.org/show_bug.cgi?id=152649

* platform/Logging.cpp:
(WebCore::initializeLoggingChannelsIfNecessary): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (194524 => 194525)


--- trunk/Source/WebCore/ChangeLog	2016-01-04 02:58:14 UTC (rev 194524)
+++ trunk/Source/WebCore/ChangeLog	2016-01-04 03:35:53 UTC (rev 194525)
@@ -1,3 +1,11 @@
+2016-01-03  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        Unreviewed, turn off temporary scrolling logging on GTK
+        https://bugs.webkit.org/show_bug.cgi?id=152649
+
+        * platform/Logging.cpp:
+        (WebCore::initializeLoggingChannelsIfNecessary): Deleted.
+
 2016-01-03  Simon Fraser  <simon.fra...@apple.com>
 
         Fix Windows build after r194515.

Modified: trunk/Source/WebCore/platform/Logging.cpp (194524 => 194525)


--- trunk/Source/WebCore/platform/Logging.cpp	2016-01-04 02:58:14 UTC (rev 194524)
+++ trunk/Source/WebCore/platform/Logging.cpp	2016-01-04 03:35:53 UTC (rev 194525)
@@ -65,11 +65,6 @@
     haveInitializedLoggingChannels = true;
 
     WTFInitializeLogChannelStatesFromString(logChannels, logChannelCount, logLevelString().utf8().data());
-
-#if PLATFORM(GTK)
-    // Temporarily get Scrolling channel data for https://bugs.webkit.org/show_bug.cgi?id=152649.
-    LogScrolling.state = WTFLogChannelOn;
-#endif
 }
 
 #ifndef NDEBUG
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to