Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit baadfeb

Browse files
Revert accidental hard-coding of compositing logging from r266825.
* platform/Logging.cpp: (WebCore::initializeLogChannelsIfNecessary): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@266884 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 11bf695 commit baadfeb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Source/WebCore/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2020-09-10 Simon Fraser <[email protected]>
2+
3+
Revert accidental hard-coding of compositing logging from r266825.
4+
5+
* platform/Logging.cpp:
6+
(WebCore::initializeLogChannelsIfNecessary):
7+
18
2020-09-10 Zalan Bujtas <[email protected]>
29

310
[LFC][IFC] Share code when constructing LineBox::InlineBox for the atomic inline-level box

Source/WebCore/platform/Logging.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ void initializeLogChannelsIfNecessary(Optional<String> logChannelString)
9090

9191
String enabledChannelsString = logChannelString ? logChannelString.value() : logLevelString();
9292
WTFInitializeLogChannelStatesFromString(logChannels, logChannelCount, enabledChannelsString.utf8().data());
93-
LogCompositing.state = WTFLogChannelState::On;
9493
}
9594

9695
WTFLogChannel* getLogChannel(const String& name)

0 commit comments

Comments
 (0)