Changeset 194525 in webkit
- Timestamp:
- Jan 3, 2016, 7:35:53 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r194522 r194525 1 2016-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 1 9 2016-01-03 Simon Fraser <simon.fraser@apple.com> 2 10 -
trunk/Source/WebCore/platform/Logging.cpp
r194508 r194525 66 66 67 67 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 #endif73 68 } 74 69
Note:
See TracChangeset
for help on using the changeset viewer.