Index: Source/WebCore/bindings/v8/ScriptDebugServer.cpp |
diff --git a/Source/WebCore/bindings/v8/ScriptDebugServer.cpp b/Source/WebCore/bindings/v8/ScriptDebugServer.cpp |
index e40495f24855c9f1cc8b0338b1883724e0b59e16..81c2c4c8b232edf31c48a3adf154cb2c1434a38d 100644 |
--- a/Source/WebCore/bindings/v8/ScriptDebugServer.cpp |
+++ b/Source/WebCore/bindings/v8/ScriptDebugServer.cpp |
@@ -31,7 +31,6 @@ |
#include "config.h" |
#include "ScriptDebugServer.h" |
-#if ENABLE(JAVASCRIPT_DEBUGGER) |
#include "DebuggerScriptSource.h" |
#include "JavaScriptCallFrame.h" |
@@ -646,4 +645,3 @@ void ScriptDebugServer::runScript(ScriptState* state, const String& scriptId, Sc |
} // namespace WebCore |
-#endif // ENABLE(JAVASCRIPT_DEBUGGER) |