| Index: Source/WebCore/inspector/InspectorState.h
|
| diff --git a/Source/WebCore/inspector/InspectorState.h b/Source/WebCore/inspector/InspectorState.h
|
| index 1ea5df57239094d577685990ceab6c25bfe3e1d1..fa72f2b82ee3a5c29946f6dfa72c8bce79be17c7 100644
|
| --- a/Source/WebCore/inspector/InspectorState.h
|
| +++ b/Source/WebCore/inspector/InspectorState.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef InspectorState_h
|
| #define InspectorState_h
|
|
|
| -#if ENABLE(INSPECTOR)
|
|
|
| #include "InspectorValues.h"
|
| #include <wtf/HashMap.h>
|
| @@ -115,5 +114,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
| #endif // !defined(InspectorState_h)
|
|
|