Index: Source/WebCore/inspector/DOMEditor.h |
diff --git a/Source/WebCore/inspector/DOMEditor.h b/Source/WebCore/inspector/DOMEditor.h |
index 9a0d9915e3276b43bf0f97b526aadc4416392e28..163fdc6059369f85fbc9a442918aaa6e9df2b1ff 100644 |
--- a/Source/WebCore/inspector/DOMEditor.h |
+++ b/Source/WebCore/inspector/DOMEditor.h |
@@ -42,7 +42,6 @@ class InspectorHistory; |
class Node; |
class Text; |
-#if ENABLE(INSPECTOR) |
typedef String ErrorString; |
@@ -82,7 +81,6 @@ private: |
InspectorHistory* m_history; |
}; |
-#endif // ENABLE(INSPECTOR) |
} // namespace WebCore |