summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/Logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/Logging.h')
-rw-r--r--WebCore/platform/Logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/Logging.h b/WebCore/platform/Logging.h
index 5c958fe..a3dfe62 100644
--- a/WebCore/platform/Logging.h
+++ b/WebCore/platform/Logging.h
@@ -57,6 +57,7 @@ namespace WebCore {
extern WTFLogChannel LogMedia;
extern WTFLogChannel LogPlugins;
extern WTFLogChannel LogArchives;
+ extern WTFLogChannel LogProgress;
void InitializeLoggingChannelsIfNecessary();
WTFLogChannel* getChannelFromName(const String& channelName);