| 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 54fd8e5e995a0cbd40b7f0ab7e2ff1ad427c1bf8..3f072a482d26732c773ae963e136831462b7e14f 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| @@ -38,6 +38,7 @@
|
| #include "core/frame/DOMWindowBase64.h"
|
| #include "core/frame/UseCounter.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| +#include "core/workers/WorkerClients.h"
|
| #include "core/workers/WorkerEventQueue.h"
|
| #include "core/workers/WorkerOrWorkletGlobalScope.h"
|
| #include "platform/heap/Handle.h"
|
|
|