Changeset 194525 in webkit


Ignore:
Timestamp:
Jan 3, 2016, 7:35:53 PM (10 years ago)
Author:
Michael Catanzaro
Message:

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

  • platform/Logging.cpp:

(WebCore::initializeLoggingChannelsIfNecessary): Deleted.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r194522 r194525  
     12016-01-03  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        Unreviewed, turn off temporary scrolling logging on GTK
     4        https://bugs.webkit.org/show_bug.cgi?id=152649
     5
     6        * platform/Logging.cpp:
     7        (WebCore::initializeLoggingChannelsIfNecessary): Deleted.
     8
    192016-01-03  Simon Fraser  <simon.fraser@apple.com>
    210
  • trunk/Source/WebCore/platform/Logging.cpp

    r194508 r194525  
    6666
    6767    WTFInitializeLogChannelStatesFromString(logChannels, logChannelCount, logLevelString().utf8().data());
    68 
    69 #if PLATFORM(GTK)
    70     // Temporarily get Scrolling channel data for https://bugs.webkit.org/show_bug.cgi?id=152649.
    71     LogScrolling.state = WTFLogChannelOn;
    72 #endif
    7368}
    7469
Note: See TracChangeset for help on using the changeset viewer.