Title: [266884] trunk/Source/WebCore
- Revision
- 266884
- Author
- [email protected]
- Date
- 2020-09-10 12:22:14 -0700 (Thu, 10 Sep 2020)
Log Message
Revert accidental hard-coding of compositing logging from r266825.
* platform/Logging.cpp:
(WebCore::initializeLogChannelsIfNecessary):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (266883 => 266884)
--- trunk/Source/WebCore/ChangeLog 2020-09-10 19:20:33 UTC (rev 266883)
+++ trunk/Source/WebCore/ChangeLog 2020-09-10 19:22:14 UTC (rev 266884)
@@ -1,3 +1,10 @@
+2020-09-10 Simon Fraser <[email protected]>
+
+ Revert accidental hard-coding of compositing logging from r266825.
+
+ * platform/Logging.cpp:
+ (WebCore::initializeLogChannelsIfNecessary):
+
2020-09-10 Zalan Bujtas <[email protected]>
[LFC][IFC] Share code when constructing LineBox::InlineBox for the atomic inline-level box
Modified: trunk/Source/WebCore/platform/Logging.cpp (266883 => 266884)
--- trunk/Source/WebCore/platform/Logging.cpp 2020-09-10 19:20:33 UTC (rev 266883)
+++ trunk/Source/WebCore/platform/Logging.cpp 2020-09-10 19:22:14 UTC (rev 266884)
@@ -90,7 +90,6 @@
String enabledChannelsString = logChannelString ? logChannelString.value() : logLevelString();
WTFInitializeLogChannelStatesFromString(logChannels, logChannelCount, enabledChannelsString.utf8().data());
- LogCompositing.state = WTFLogChannelState::On;
}
WTFLogChannel* getLogChannel(const String& name)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes