| Index: Source/WebCore/inspector/WorkerConsoleAgent.cpp
|
| diff --git a/Source/WebCore/inspector/WorkerConsoleAgent.cpp b/Source/WebCore/inspector/WorkerConsoleAgent.cpp
|
| index 7796213b79d659ce572f936f215fa2b0bd13b430..a31cc7d07a0aa9bdf3e4334c416aff21ae301f32 100644
|
| --- a/Source/WebCore/inspector/WorkerConsoleAgent.cpp
|
| +++ b/Source/WebCore/inspector/WorkerConsoleAgent.cpp
|
| @@ -30,7 +30,7 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(INSPECTOR) && ENABLE(WORKERS)
|
| +#if ENABLE(WORKERS)
|
|
|
| #include "WorkerConsoleAgent.h"
|
|
|
| @@ -57,4 +57,4 @@ bool WorkerConsoleAgent::developerExtrasEnabled()
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR) && ENABLE(WORKERS)
|
| +#endif // ENABLE(WORKERS)
|
|
|