Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
index 7b1dab07dba354ad60148b13080c05a2cbd6ebc1..4653ed4254f5f64508db7926612907716d93ce34 100644 |
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
@@ -51,6 +51,7 @@ class WebView; |
class WorkerInspectorProxy; |
class WorkerScriptLoader; |
class WorkerThread; |
+class WebWorkerFetchContextInfo; |
class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker, |
public WebFrameClient, |
@@ -115,6 +116,8 @@ class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker, |
// to WorkerContext. |
std::unique_ptr<WebWorkerContentSettingsClientProxy> m_contentSettingsClient; |
+ std::unique_ptr<WebWorkerFetchContextInfo> m_webWorkerFetchContextInfo; |
+ |
// Kept around only while main script loading is ongoing. |
RefPtr<WorkerScriptLoader> m_mainScriptLoader; |