| Index: Source/WebCore/inspector/WorkerConsoleAgent.h
|
| diff --git a/Source/WebCore/inspector/WorkerConsoleAgent.h b/Source/WebCore/inspector/WorkerConsoleAgent.h
|
| index 15f5ff8ec6e04895ea0cc435feff8566be7d40eb..be2ff7951bf77181635a931f9f6d218a65615395 100644
|
| --- a/Source/WebCore/inspector/WorkerConsoleAgent.h
|
| +++ b/Source/WebCore/inspector/WorkerConsoleAgent.h
|
| @@ -34,7 +34,7 @@
|
| #include "InspectorConsoleAgent.h"
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| -#if ENABLE(INSPECTOR) && ENABLE(WORKERS)
|
| +#if ENABLE(WORKERS)
|
|
|
| namespace WebCore {
|
|
|
| @@ -57,6 +57,6 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR) && ENABLE(WORKERS)
|
| +#endif // ENABLE(WORKERS)
|
|
|
| #endif // !defined(WorkerConsoleAgent_h)
|
|
|