| Index: Source/WebCore/inspector/InspectorHeapProfilerAgent.h
|
| diff --git a/Source/WebCore/inspector/InspectorHeapProfilerAgent.h b/Source/WebCore/inspector/InspectorHeapProfilerAgent.h
|
| index f0b3083641b04f49e1c4697489f4a573dbaab904..d8d704e1e234c628e74069eafddf642c98fc3643 100644
|
| --- a/Source/WebCore/inspector/InspectorHeapProfilerAgent.h
|
| +++ b/Source/WebCore/inspector/InspectorHeapProfilerAgent.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef InspectorHeapProfilerAgent_h
|
| #define InspectorHeapProfilerAgent_h
|
|
|
| -#if ENABLE(JAVASCRIPT_DEBUGGER) && ENABLE(INSPECTOR)
|
|
|
| #include "InspectorBaseAgent.h"
|
| #include "InspectorFrontend.h"
|
| @@ -92,6 +91,5 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(JAVASCRIPT_DEBUGGER) && ENABLE(INSPECTOR)
|
|
|
| #endif // !defined(InspectorHeapProfilerAgent_h)
|
|
|