summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/Logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/Logging.cpp')
-rw-r--r--WebCore/platform/Logging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/Logging.cpp b/WebCore/platform/Logging.cpp
index c9c308c..a1aa3d6 100644
--- a/WebCore/platform/Logging.cpp
+++ b/WebCore/platform/Logging.cpp
@@ -57,5 +57,6 @@ WTFLogChannel LogStorageAPI = { 0x00800000, "WebCoreLogLevel", WTFLogChan
WTFLogChannel LogMedia = { 0x01000000, "WebCoreLogLevel", WTFLogChannelOff };
WTFLogChannel LogPlugin = { 0x02000000, "WebCoreLogLevel", WTFLogChannelOff };
+WTFLogChannel LogArchives = { 0x04000000, "WebCoreLogLevel", WTFLogChannelOff };
}