| Index: Source/WebCore/workers/WorkerContextProxy.h
|
| diff --git a/Source/WebCore/workers/WorkerContextProxy.h b/Source/WebCore/workers/WorkerContextProxy.h
|
| index 05976af425bdf6dc1bcfb2a404d49e0d435e0479..84deede7373c838c6a2348a62ea00808b8b2e699 100644
|
| --- a/Source/WebCore/workers/WorkerContextProxy.h
|
| +++ b/Source/WebCore/workers/WorkerContextProxy.h
|
| @@ -60,7 +60,6 @@ namespace WebCore {
|
|
|
| virtual void workerObjectDestroyed() = 0;
|
|
|
| -#if ENABLE(INSPECTOR)
|
| class PageInspector {
|
| public:
|
| virtual ~PageInspector() { }
|
| @@ -69,7 +68,6 @@ namespace WebCore {
|
| virtual void connectToInspector(PageInspector*) { }
|
| virtual void disconnectFromInspector() { }
|
| virtual void sendMessageToInspector(const String&) { }
|
| -#endif
|
| };
|
|
|
| } // namespace WebCore
|
|
|