| Index: Source/WebCore/inspector/InspectorDatabaseAgent.cpp
|
| diff --git a/Source/WebCore/inspector/InspectorDatabaseAgent.cpp b/Source/WebCore/inspector/InspectorDatabaseAgent.cpp
|
| index 01aaa40b0861a39a93eef5411992b6742ae2713a..13cdacf5ab34e67ab95d75efbaf57c9c93e51ef4 100644
|
| --- a/Source/WebCore/inspector/InspectorDatabaseAgent.cpp
|
| +++ b/Source/WebCore/inspector/InspectorDatabaseAgent.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "InspectorDatabaseAgent.h"
|
|
|
| #include "Database.h"
|
| @@ -328,5 +326,3 @@ Database* InspectorDatabaseAgent::databaseForId(const String& databaseId)
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SQL_DATABASE)
|
|
|