| Index: Source/WebCore/inspector/InspectorInputAgent.h
|
| diff --git a/Source/WebCore/inspector/InspectorInputAgent.h b/Source/WebCore/inspector/InspectorInputAgent.h
|
| index 326be763042366e0d6158cc802025807718bc316..2bddd5742fa9582ec6018ab6273299b2b057f475 100644
|
| --- a/Source/WebCore/inspector/InspectorInputAgent.h
|
| +++ b/Source/WebCore/inspector/InspectorInputAgent.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef InspectorInputAgent_h
|
| #define InspectorInputAgent_h
|
|
|
| -#if ENABLE(INSPECTOR)
|
|
|
| #include "InspectorBaseAgent.h"
|
|
|
| @@ -65,7 +64,6 @@ private:
|
| Page* m_page;
|
| };
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|
| } // namespace WebCore
|
|
|
|
|