Index: Source/WebCore/inspector/ConsoleMessage.cpp |
diff --git a/Source/WebCore/inspector/ConsoleMessage.cpp b/Source/WebCore/inspector/ConsoleMessage.cpp |
index cfd63213fb02800993fa904e238ea80c268a95e0..a55c652adfeb33beaaab87acaec4b4b7b153d96a 100644 |
--- a/Source/WebCore/inspector/ConsoleMessage.cpp |
+++ b/Source/WebCore/inspector/ConsoleMessage.cpp |
@@ -30,7 +30,6 @@ |
#include "config.h" |
-#if ENABLE(INSPECTOR) |
#include "ConsoleMessage.h" |
@@ -279,4 +278,3 @@ unsigned ConsoleMessage::argumentCount() |
} // namespace WebCore |
-#endif // ENABLE(INSPECTOR) |