diff options
Diffstat (limited to 'Source/WebKit2/Platform/Logging.h')
-rw-r--r-- | Source/WebKit2/Platform/Logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit2/Platform/Logging.h b/Source/WebKit2/Platform/Logging.h index 603686f3d..ca998c2b8 100644 --- a/Source/WebKit2/Platform/Logging.h +++ b/Source/WebKit2/Platform/Logging.h @@ -44,6 +44,7 @@ extern WTFLogChannel LogPlugins; extern WTFLogChannel LogSessionState; extern WTFLogChannel LogTextInput; extern WTFLogChannel LogView; +extern WTFLogChannel LogNetwork; void initializeLogChannel(WTFLogChannel*); void initializeLogChannelsIfNecessary(void); |