| Index: Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h
|
| index 340321ba2dd93d4d313113d876e58e7a44957514..3648d24ca677ec7a9e6cfffefb88aee541d16ffb 100644
|
| --- a/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/Source/core/workers/WorkerGlobalScope.h
|
| @@ -48,7 +48,6 @@
|
| namespace WebCore {
|
|
|
| class Blob;
|
| - class DOMURL;
|
| class ExceptionState;
|
| class ScheduledAction;
|
| class WorkerClients;
|
| @@ -154,7 +153,6 @@ namespace WebCore {
|
| OwnPtr<WorkerScriptController> m_script;
|
| WorkerThread* m_thread;
|
|
|
| - mutable RefPtr<DOMURL> m_domURL;
|
| OwnPtr<WorkerInspectorController> m_workerInspectorController;
|
| bool m_closing;
|
|
|
|
|