Index: Source/WebCore/inspector/InspectorDatabaseAgent.cpp |
diff --git a/Source/WebCore/inspector/InspectorDatabaseAgent.cpp b/Source/WebCore/inspector/InspectorDatabaseAgent.cpp |
index 2304a1e06012c8a042a0ffbd447abcfe57c82a38..01aaa40b0861a39a93eef5411992b6742ae2713a 100644 |
--- a/Source/WebCore/inspector/InspectorDatabaseAgent.cpp |
+++ b/Source/WebCore/inspector/InspectorDatabaseAgent.cpp |
@@ -28,7 +28,7 @@ |
#include "config.h" |
-#if ENABLE(INSPECTOR) && ENABLE(SQL_DATABASE) |
+#if ENABLE(SQL_DATABASE) |
#include "InspectorDatabaseAgent.h" |
@@ -329,4 +329,4 @@ Database* InspectorDatabaseAgent::databaseForId(const String& databaseId) |
} // namespace WebCore |
-#endif // ENABLE(INSPECTOR) && ENABLE(SQL_DATABASE) |
+#endif // ENABLE(SQL_DATABASE) |