| Index: Source/WebCore/inspector/InspectorDatabaseAgent.h
|
| diff --git a/Source/WebCore/inspector/InspectorDatabaseAgent.h b/Source/WebCore/inspector/InspectorDatabaseAgent.h
|
| index b55d7f3be5c375fd3cf9b30dde264d4b266c9982..ca2a1f1e15a24e5f203c1c04665c72d6ca65b5ee 100644
|
| --- a/Source/WebCore/inspector/InspectorDatabaseAgent.h
|
| +++ b/Source/WebCore/inspector/InspectorDatabaseAgent.h
|
| @@ -29,8 +29,6 @@
|
| #ifndef InspectorDatabaseAgent_h
|
| #define InspectorDatabaseAgent_h
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "InspectorBaseAgent.h"
|
| #include "InspectorFrontend.h"
|
| #include <wtf/HashMap.h>
|
| @@ -86,6 +84,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SQL_DATABASE)
|
| -
|
| #endif // !defined(InspectorDatabaseAgent_h)
|
|
|