| Index: Source/WebCore/inspector/InspectorHistory.cpp
|
| diff --git a/Source/WebCore/inspector/InspectorHistory.cpp b/Source/WebCore/inspector/InspectorHistory.cpp
|
| index 07d61892e4dd6d68fd1021bd8353d90f5ae05bfb..66d1a3c96e2c217f8d30342768a22a2f482f0b7c 100644
|
| --- a/Source/WebCore/inspector/InspectorHistory.cpp
|
| +++ b/Source/WebCore/inspector/InspectorHistory.cpp
|
| @@ -29,9 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| -#if ENABLE(INSPECTOR)
|
| -
|
| #include "InspectorHistory.h"
|
|
|
| #include "ExceptionCodePlaceholder.h"
|
| @@ -152,4 +149,3 @@ void InspectorHistory::reset()
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|