Index: Source/WebCore/inspector/DOMPatchSupport.h |
diff --git a/Source/WebCore/inspector/DOMPatchSupport.h b/Source/WebCore/inspector/DOMPatchSupport.h |
index dd67a631101344ac092faa244124b18996716881..b6b1ec83669b2346301dcd9d45b670d9c1582430 100644 |
--- a/Source/WebCore/inspector/DOMPatchSupport.h |
+++ b/Source/WebCore/inspector/DOMPatchSupport.h |
@@ -46,7 +46,6 @@ class DOMEditor; |
class Document; |
class Node; |
-#if ENABLE(INSPECTOR) |
class DOMPatchSupport { |
WTF_MAKE_NONCOPYABLE(DOMPatchSupport); |
@@ -81,7 +80,6 @@ private: |
UnusedNodesMap m_unusedNodesMap; |
}; |
-#endif // ENABLE(INSPECTOR) |
} // namespace WebCore |