| Index: Source/WebCore/inspector/InspectorTimelineAgent.cpp
|
| diff --git a/Source/WebCore/inspector/InspectorTimelineAgent.cpp b/Source/WebCore/inspector/InspectorTimelineAgent.cpp
|
| index d039e86950d1ef763fb9dd4d1f61ffff0f22c925..998f92c3c5ff595fdcc73d570b0662937919b634 100644
|
| --- a/Source/WebCore/inspector/InspectorTimelineAgent.cpp
|
| +++ b/Source/WebCore/inspector/InspectorTimelineAgent.cpp
|
| @@ -29,9 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| -#if ENABLE(INSPECTOR)
|
| -
|
| #include "InspectorTimelineAgent.h"
|
|
|
| #include "Event.h"
|
| @@ -738,4 +735,3 @@ Page* InspectorTimelineAgent::page()
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|