Index: third_party/WebKit/Source/platform/Logging.cpp |
diff --git a/third_party/WebKit/Source/platform/Logging.cpp b/third_party/WebKit/Source/platform/Logging.cpp |
index ac945fd4ebd3ebe3974e7c7fdc3e0ff1056e12fc..5bfd94f651203cb90e059391c9324162c9279e6c 100644 |
--- a/third_party/WebKit/Source/platform/Logging.cpp |
+++ b/third_party/WebKit/Source/platform/Logging.cpp |
@@ -32,7 +32,7 @@ |
namespace blink { |
-WTFLogChannel LogNotYetImplemented = { WTFLogChannelOff }; |
+WTFLogChannel LogNotYetImplemented = { WTFLogChannelOn }; |
WTFLogChannel LogFrames = { WTFLogChannelOff }; |
WTFLogChannel LogLoading = { WTFLogChannelOff }; |