| Index: Source/WebCore/inspector/InspectorDatabaseAgent.h
|
| diff --git a/Source/WebCore/inspector/InspectorDatabaseAgent.h b/Source/WebCore/inspector/InspectorDatabaseAgent.h
|
| index c24a8309fbd46187541fd21f8f1e3f6f2fb13f5b..b55d7f3be5c375fd3cf9b30dde264d4b266c9982 100644
|
| --- a/Source/WebCore/inspector/InspectorDatabaseAgent.h
|
| +++ b/Source/WebCore/inspector/InspectorDatabaseAgent.h
|
| @@ -29,7 +29,7 @@
|
| #ifndef InspectorDatabaseAgent_h
|
| #define InspectorDatabaseAgent_h
|
|
|
| -#if ENABLE(INSPECTOR) && ENABLE(SQL_DATABASE)
|
| +#if ENABLE(SQL_DATABASE)
|
|
|
| #include "InspectorBaseAgent.h"
|
| #include "InspectorFrontend.h"
|
| @@ -86,6 +86,6 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR) && ENABLE(SQL_DATABASE)
|
| +#endif // ENABLE(SQL_DATABASE)
|
|
|
| #endif // !defined(InspectorDatabaseAgent_h)
|
|
|