| Index: Source/core/workers/WorkerGlobalScopeProxyProvider.h
|
| diff --git a/Source/core/workers/WorkerGlobalScopeProxyProvider.h b/Source/core/workers/WorkerGlobalScopeProxyProvider.h
|
| index 1b1d1a78b86ef277566729c226f3bd7d737e7ffc..d1bd3da5d278be02ecae9c0b1178ac7ba913946d 100644
|
| --- a/Source/core/workers/WorkerGlobalScopeProxyProvider.h
|
| +++ b/Source/core/workers/WorkerGlobalScopeProxyProvider.h
|
| @@ -31,14 +31,13 @@
|
| #ifndef WorkerGlobalScopeProxyProvider_h
|
| #define WorkerGlobalScopeProxyProvider_h
|
|
|
| -#include "core/page/Page.h"
|
| #include "platform/Supplementable.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| -
|
| namespace WebCore {
|
|
|
| +class Page;
|
| class WorkerGlobalScopeProxy;
|
| class Worker;
|
|
|
|
|