| Index: Source/WebCore/inspector/InspectorIndexedDBAgent.h
|
| diff --git a/Source/WebCore/inspector/InspectorIndexedDBAgent.h b/Source/WebCore/inspector/InspectorIndexedDBAgent.h
|
| index 336c661cfcc4978f214db8f85466af88a0ced862..8c7beae9ff37ae40847ba785dae81fce55780ff0 100644
|
| --- a/Source/WebCore/inspector/InspectorIndexedDBAgent.h
|
| +++ b/Source/WebCore/inspector/InspectorIndexedDBAgent.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef InspectorIndexedDBAgent_h
|
| #define InspectorIndexedDBAgent_h
|
|
|
| -#if ENABLE(INSPECTOR) && ENABLE(INDEXED_DATABASE)
|
| +#if ENABLE(INDEXED_DATABASE)
|
|
|
| #include "InspectorBaseAgent.h"
|
| #include <wtf/PassOwnPtr.h>
|
| @@ -72,5 +72,5 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR) && ENABLE(INDEXED_DATABASE)
|
| +#endif // ENABLE(INDEXED_DATABASE)
|
| #endif // !defined(InspectorIndexedDBAgent_h)
|
|
|