| Index: third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h b/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| index f4d98cbccd96eea8fd4024ba6bed5b2bbc13c432..1668f8f8fa57687ab45e49069805e188d0505eb7 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| @@ -6,6 +6,8 @@
|
| #define WorkletGlobalScopeProxy_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "platform/weborigin/KURL.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|