| Index: Source/WebCore/inspector/InspectorMemoryAgent.cpp
|
| diff --git a/Source/WebCore/inspector/InspectorMemoryAgent.cpp b/Source/WebCore/inspector/InspectorMemoryAgent.cpp
|
| index 43fbc098f04469a7e19650354544e8ec5abba7d2..ea97d561eea87b8756886ffdf546b06d3de4d3e4 100644
|
| --- a/Source/WebCore/inspector/InspectorMemoryAgent.cpp
|
| +++ b/Source/WebCore/inspector/InspectorMemoryAgent.cpp
|
| @@ -29,9 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| -#if ENABLE(INSPECTOR)
|
| -
|
| #include "InspectorMemoryAgent.h"
|
|
|
| #include "BindingVisitors.h"
|
| @@ -409,4 +406,3 @@ void InspectorMemoryAgent::clearFrontend()
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|