diff options
Diffstat (limited to 'WebCore/platform/Logging.h')
-rw-r--r-- | WebCore/platform/Logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/Logging.h b/WebCore/platform/Logging.h index 42dd96d..844ac3a 100644 --- a/WebCore/platform/Logging.h +++ b/WebCore/platform/Logging.h @@ -54,6 +54,7 @@ namespace WebCore { extern WTFLogChannel LogStorageAPI; extern WTFLogChannel LogMedia; extern WTFLogChannel LogPlugin; + extern WTFLogChannel LogArchives; void InitializeLoggingChannelsIfNecessary(); } |