summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Platform/Logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Platform/Logging.h')
-rw-r--r--Source/WebKit2/Platform/Logging.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/Source/WebKit2/Platform/Logging.h b/Source/WebKit2/Platform/Logging.h
index b2cc391..098bc68 100644
--- a/Source/WebKit2/Platform/Logging.h
+++ b/Source/WebKit2/Platform/Logging.h
@@ -23,8 +23,8 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef Logging_h
-#define Logging_h
+#ifndef WebKitLogging_h
+#define WebKitLogging_h
#include <wtf/Assertions.h>
@@ -34,16 +34,18 @@
#define LOG_CHANNEL_PREFIX Log
#endif
-EXTERN_C_BEGIN
+namespace WebKit {
extern WTFLogChannel LogContextMenu;
+extern WTFLogChannel LogIconDatabase;
extern WTFLogChannel LogSessionState;
extern WTFLogChannel LogTextInput;
extern WTFLogChannel LogView;
+void initializeLogChannel(WTFLogChannel*);
void initializeLogChannelsIfNecessary(void);
-EXTERN_C_END
+} // namespace WebKit
#endif // LOG_DISABLED