| Index: Source/WebCore/bindings/v8/WorkerScriptDebugServer.cpp
|
| diff --git a/Source/WebCore/bindings/v8/WorkerScriptDebugServer.cpp b/Source/WebCore/bindings/v8/WorkerScriptDebugServer.cpp
|
| index 174818211b615bd70bacd2189b6d04ba42d8075c..3248688d2bec78224d76077cf773afdd0c92d380 100644
|
| --- a/Source/WebCore/bindings/v8/WorkerScriptDebugServer.cpp
|
| +++ b/Source/WebCore/bindings/v8/WorkerScriptDebugServer.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "config.h"
|
| #include "WorkerScriptDebugServer.h"
|
|
|
| -#if ENABLE(JAVASCRIPT_DEBUGGER) && ENABLE(WORKERS)
|
| +#if ENABLE(WORKERS)
|
|
|
| #include "ScriptDebugListener.h"
|
| #include "WorkerContext.h"
|
| @@ -116,4 +116,4 @@ void WorkerScriptDebugServer::quitMessageLoopOnPause()
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(JAVASCRIPT_DEBUGGER) && ENABLE(WORKERS)
|
| +#endif // ENABLE(WORKERS)
|
|
|