Chromium Code Reviews| Index: Source/WebCore/inspector/DOMEditor.cpp |
| diff --git a/Source/WebCore/inspector/DOMEditor.cpp b/Source/WebCore/inspector/DOMEditor.cpp |
| index 51d425284c873acd1ab9986b8a71df8a89a056a6..3813c0d8fbf259a3a3c376c015fd9f98b2ff24b8 100644 |
| --- a/Source/WebCore/inspector/DOMEditor.cpp |
| +++ b/Source/WebCore/inspector/DOMEditor.cpp |
| @@ -30,7 +30,6 @@ |
| #include "config.h" |
| -#if ENABLE(INSPECTOR) |
| #include "DOMEditor.h" |
| @@ -457,4 +456,3 @@ bool DOMEditor::replaceWholeText(Text* textNode, const String& text, ErrorString |
| } // namespace WebCore |
| -#endif // ENABLE(INSPECTOR) |