Index: Source/WebCore/inspector/InspectorHistory.h |
diff --git a/Source/WebCore/inspector/InspectorHistory.h b/Source/WebCore/inspector/InspectorHistory.h |
index cb72a4a2a2bf4890a15dd2aecdce2b55968ea4a5..852bfde128441d7c746ccd0cb89bc8370169806e 100644 |
--- a/Source/WebCore/inspector/InspectorHistory.h |
+++ b/Source/WebCore/inspector/InspectorHistory.h |
@@ -43,7 +43,6 @@ class ContainerNode; |
class Element; |
class Node; |
-#if ENABLE(INSPECTOR) |
class InspectorHistory { |
WTF_MAKE_NONCOPYABLE(InspectorHistory); WTF_MAKE_FAST_ALLOCATED; |
@@ -83,7 +82,6 @@ private: |
size_t m_afterLastActionIndex; |
}; |
-#endif // ENABLE(INSPECTOR) |
} // namespace WebCore |