⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 266884 in webkit


Ignore:
Timestamp:
Sep 10, 2020, 12:22:14 PM (6 years ago)
Author:
Simon Fraser
Message:

Revert accidental hard-coding of compositing logging from r266825.

  • platform/Logging.cpp:

(WebCore::initializeLogChannelsIfNecessary):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r266848 r266884  
     12020-09-10  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Revert accidental hard-coding of compositing logging from r266825.
     4
     5        * platform/Logging.cpp:
     6        (WebCore::initializeLogChannelsIfNecessary):
     7
    182020-09-10  Zalan Bujtas  <zalan@apple.com>
    29
  • trunk/Source/WebCore/platform/Logging.cpp

    r266825 r266884  
    9191    String enabledChannelsString = logChannelString ? logChannelString.value() : logLevelString();
    9292    WTFInitializeLogChannelStatesFromString(logChannels, logChannelCount, enabledChannelsString.utf8().data());
    93     LogCompositing.state = WTFLogChannelState::On;
    9493}
    9594
Note: See TracChangeset for help on using the changeset viewer.