| Index: third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h
|
| diff --git a/third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h b/third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h
|
| index 3f54a7d461534faedf89fe271132a23bc2156305..5692378b22ce2f3524b8985c8fb856d09399b760 100644
|
| --- a/third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h
|
| +++ b/third_party/WebKit/public/web/WebEmbeddedWorkerStartData.h
|
| @@ -32,6 +32,7 @@
|
| #define WebEmbeddedWorkerStartData_h
|
|
|
| #include "WebContentSecurityPolicy.h"
|
| +#include "public/platform/WebAddressSpace.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebURL.h"
|
| #include "public/web/WebSettings.h"
|
| @@ -55,6 +56,8 @@ struct WebEmbeddedWorkerStartData {
|
| WebSettings::V8CacheOptions v8CacheOptions;
|
| bool dataSaverEnabled;
|
|
|
| + WebAddressSpace addressSpace;
|
| +
|
| WebEmbeddedWorkerStartData()
|
| : pauseAfterDownloadMode(DontPauseAfterDownload)
|
| , waitForDebuggerMode(DontWaitForDebugger)
|
|
|