| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| index d44e28626cad886dd30d81846f7379a62aff87f6..0c2ed9149517e56188e577b8c556ea984ec7a00d 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| @@ -57,7 +57,6 @@ class ConsoleMessageStorage;
|
| class ExceptionState;
|
| class V8AbstractEventListener;
|
| class WorkerClients;
|
| -class WorkerConsole;
|
| class WorkerInspectorController;
|
| class WorkerLocation;
|
| class WorkerNavigator;
|
| @@ -98,7 +97,6 @@ public:
|
|
|
| // WorkerGlobalScope
|
| WorkerGlobalScope* self() { return this; }
|
| - WorkerConsole* console();
|
| WorkerLocation* location() const;
|
| void close();
|
|
|
| @@ -179,7 +177,6 @@ private:
|
| String m_userAgent;
|
| V8CacheOptions m_v8CacheOptions;
|
|
|
| - mutable Member<WorkerConsole> m_console;
|
| mutable Member<WorkerLocation> m_location;
|
| mutable Member<WorkerNavigator> m_navigator;
|
|
|
|
|