| Index: Source/WebCore/inspector/HeapGraphSerializer.h
|
| diff --git a/Source/WebCore/inspector/HeapGraphSerializer.h b/Source/WebCore/inspector/HeapGraphSerializer.h
|
| index 80730a6b76202e6143a9d32afd400237f448160c..6669805e5cea08150d38e9ed507ee36394d1a099 100644
|
| --- a/Source/WebCore/inspector/HeapGraphSerializer.h
|
| +++ b/Source/WebCore/inspector/HeapGraphSerializer.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef HeapGraphSerializer_h
|
| #define HeapGraphSerializer_h
|
|
|
| -#if ENABLE(INSPECTOR)
|
|
|
| #include "InspectorFrontend.h"
|
| #include <wtf/Forward.h>
|
| @@ -112,5 +111,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // !ENABLE(INSPECTOR)
|
| #endif // !defined(HeapGraphSerializer_h)
|
|
|