diff --git a/dom/broadcastchannel/BroadcastChannel.cpp b/dom/broadcastchannel/BroadcastChannel.cpp index 7d21664415e4..42b5a1d9e5d9 100644 --- a/dom/broadcastchannel/BroadcastChannel.cpp +++ b/dom/broadcastchannel/BroadcastChannel.cpp @@ -15,7 +15,6 @@ #include "mozilla/dom/ipc/StructuredCloneData.h" #include "mozilla/dom/RefMessageBodyService.h" #include "mozilla/dom/SharedMessageBody.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerScope.h" #include "mozilla/dom/WorkerRef.h" #include "mozilla/dom/WorkerRunnable.h" diff --git a/dom/clients/api/Client.cpp b/dom/clients/api/Client.cpp index b191c9aa1830..1b0b4a2a591e 100644 --- a/dom/clients/api/Client.cpp +++ b/dom/clients/api/Client.cpp @@ -14,7 +14,6 @@ #include "mozilla/dom/DOMMozPromiseRequestHolder.h" #include "mozilla/dom/MessagePortBinding.h" #include "mozilla/dom/Promise.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerScope.h" #include "nsIDUtils.h" #include "nsIGlobalObject.h" diff --git a/dom/clients/api/Clients.cpp b/dom/clients/api/Clients.cpp index 79367af07f43..6dd88953b3ab 100644 --- a/dom/clients/api/Clients.cpp +++ b/dom/clients/api/Clients.cpp @@ -14,7 +14,7 @@ #include "mozilla/dom/Promise.h" #include "mozilla/dom/ServiceWorkerDescriptor.h" #include "mozilla/dom/ServiceWorkerManager.h" -#include "mozilla/dom/WorkerPrivate.h" +#include "mozilla/dom/WorkerScope.h" #include "mozilla/ipc/BackgroundUtils.h" #include "mozilla/SchedulerGroup.h" #include "mozilla/StaticPrefs_privacy.h" diff --git a/dom/clients/manager/ClientSource.cpp b/dom/clients/manager/ClientSource.cpp index e39ea151c494..447398ff1a23 100644 --- a/dom/clients/manager/ClientSource.cpp +++ b/dom/clients/manager/ClientSource.cpp @@ -20,7 +20,6 @@ #include "mozilla/dom/MessageEvent.h" #include "mozilla/dom/MessageEventBinding.h" #include "mozilla/dom/Navigator.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerScope.h" #include "mozilla/dom/WorkerRef.h" #include "mozilla/dom/ServiceWorker.h" diff --git a/dom/console/Console.cpp b/dom/console/Console.cpp index 3003b5e120b5..1184ccaa61fa 100644 --- a/dom/console/Console.cpp +++ b/dom/console/Console.cpp @@ -22,7 +22,6 @@ #include "mozilla/dom/ScriptSettings.h" #include "mozilla/dom/StructuredCloneHolder.h" #include "mozilla/dom/ToJSValue.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerRunnable.h" #include "mozilla/dom/WorkerScope.h" #include "mozilla/dom/WorkletGlobalScope.h" diff --git a/dom/fetch/Fetch.cpp b/dom/fetch/Fetch.cpp index df3950a4ee65..3b7b53a372bd 100644 --- a/dom/fetch/Fetch.cpp +++ b/dom/fetch/Fetch.cpp @@ -44,7 +44,6 @@ #include "InternalResponse.h" #include "mozilla/dom/WorkerCommon.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerRef.h" #include "mozilla/dom/WorkerRunnable.h" #include "mozilla/dom/WorkerScope.h" diff --git a/dom/indexedDB/IndexedDatabase.cpp b/dom/indexedDB/IndexedDatabase.cpp index df0eaa790f81..a69ac0a3268b 100644 --- a/dom/indexedDB/IndexedDatabase.cpp +++ b/dom/indexedDB/IndexedDatabase.cpp @@ -12,7 +12,6 @@ #include "mozilla/dom/FileBlobImpl.h" #include "mozilla/dom/StructuredCloneTags.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerScope.h" #include "MainThreadUtils.h" #include "jsapi.h" diff --git a/dom/indexedDB/IndexedDatabaseManager.cpp b/dom/indexedDB/IndexedDatabaseManager.cpp index a94b5f7f4e0d..9356a770268e 100644 --- a/dom/indexedDB/IndexedDatabaseManager.cpp +++ b/dom/indexedDB/IndexedDatabaseManager.cpp @@ -22,7 +22,6 @@ #include "mozilla/dom/ErrorEvent.h" #include "mozilla/dom/ErrorEventBinding.h" #include "mozilla/dom/WorkerScope.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/quota/ResultExtensions.h" #include "mozilla/intl/LocaleCanonicalizer.h" #include "mozilla/ipc/BackgroundChild.h" diff --git a/dom/notification/Notification.cpp b/dom/notification/Notification.cpp index 18874b87d307..7fff32785c49 100644 --- a/dom/notification/Notification.cpp +++ b/dom/notification/Notification.cpp @@ -31,7 +31,6 @@ #include "mozilla/dom/ServiceWorkerGlobalScopeBinding.h" #include "mozilla/dom/ServiceWorkerManager.h" #include "mozilla/dom/ServiceWorkerUtils.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerRunnable.h" #include "mozilla/dom/WorkerScope.h" #include "Navigator.h" diff --git a/dom/performance/PerformanceObserver.cpp b/dom/performance/PerformanceObserver.cpp index a6164e401a15..4f6516f350a2 100644 --- a/dom/performance/PerformanceObserver.cpp +++ b/dom/performance/PerformanceObserver.cpp @@ -10,7 +10,6 @@ #include "mozilla/dom/PerformanceBinding.h" #include "mozilla/dom/PerformanceEntryBinding.h" #include "mozilla/dom/PerformanceObserverBinding.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerScope.h" #include "mozilla/StaticPrefs_dom.h" #include "nsIScriptError.h" diff --git a/dom/performance/PerformanceStorageWorker.cpp b/dom/performance/PerformanceStorageWorker.cpp index 9799ee153d17..475b9da7e993 100644 --- a/dom/performance/PerformanceStorageWorker.cpp +++ b/dom/performance/PerformanceStorageWorker.cpp @@ -10,7 +10,7 @@ #include "PerformanceTiming.h" #include "mozilla/dom/WorkerRef.h" #include "mozilla/dom/WorkerRunnable.h" -#include "mozilla/dom/WorkerPrivate.h" +#include "mozilla/dom/WorkerScope.h" namespace mozilla::dom { diff --git a/dom/push/PushManager.cpp b/dom/push/PushManager.cpp index a23b0f840698..1ab9931ae5b8 100644 --- a/dom/push/PushManager.cpp +++ b/dom/push/PushManager.cpp @@ -16,7 +16,6 @@ #include "mozilla/dom/PushSubscriptionOptionsBinding.h" #include "mozilla/dom/PushUtil.h" #include "mozilla/dom/WorkerRunnable.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerScope.h" #include "mozilla/dom/Promise.h" diff --git a/dom/serviceworkers/ServiceWorkerOp.cpp b/dom/serviceworkers/ServiceWorkerOp.cpp index 4288f097ee56..e43bd54d3dfd 100644 --- a/dom/serviceworkers/ServiceWorkerOp.cpp +++ b/dom/serviceworkers/ServiceWorkerOp.cpp @@ -57,7 +57,6 @@ #include "mozilla/dom/ServiceWorkerBinding.h" #include "mozilla/dom/ServiceWorkerGlobalScopeBinding.h" #include "mozilla/dom/WorkerCommon.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerRef.h" #include "mozilla/dom/WorkerScope.h" #include "mozilla/extensions/ExtensionBrowser.h" diff --git a/dom/url/URLWorker.cpp b/dom/url/URLWorker.cpp index 16889e966732..8b0f48e9ff23 100644 --- a/dom/url/URLWorker.cpp +++ b/dom/url/URLWorker.cpp @@ -9,7 +9,6 @@ #include "mozilla/dom/Blob.h" #include "mozilla/dom/BlobImpl.h" #include "mozilla/dom/BlobURLProtocolHandler.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerRunnable.h" #include "mozilla/dom/WorkerScope.h" diff --git a/dom/workers/MessageEventRunnable.cpp b/dom/workers/MessageEventRunnable.cpp index 07831604ac88..e36578f6c3b7 100644 --- a/dom/workers/MessageEventRunnable.cpp +++ b/dom/workers/MessageEventRunnable.cpp @@ -11,7 +11,6 @@ #include "mozilla/TimelineConsumers.h" #include "mozilla/WorkerTimelineMarker.h" #include "nsQueryObject.h" -#include "WorkerPrivate.h" #include "WorkerScope.h" namespace mozilla { diff --git a/dom/workers/RuntimeService.cpp b/dom/workers/RuntimeService.cpp index 4642f3594d03..0ff821a12a6a 100644 --- a/dom/workers/RuntimeService.cpp +++ b/dom/workers/RuntimeService.cpp @@ -75,7 +75,6 @@ #include "WorkerDebuggerManager.h" #include "WorkerError.h" #include "WorkerLoadInfo.h" -#include "WorkerPrivate.h" #include "WorkerRunnable.h" #include "WorkerScope.h" #include "WorkerThread.h" diff --git a/dom/workers/ScriptLoader.cpp b/dom/workers/ScriptLoader.cpp index ff55dbe73dc4..e75bbaf109ad 100644 --- a/dom/workers/ScriptLoader.cpp +++ b/dom/workers/ScriptLoader.cpp @@ -87,7 +87,6 @@ #include "mozilla/StaticPrefs_security.h" #include "mozilla/UniquePtr.h" #include "Principal.h" -#include "WorkerPrivate.h" #include "WorkerRunnable.h" #include "WorkerScope.h" diff --git a/dom/workers/WorkerCSPEventListener.cpp b/dom/workers/WorkerCSPEventListener.cpp index 4d58570264ab..4fbb7e74ca66 100644 --- a/dom/workers/WorkerCSPEventListener.cpp +++ b/dom/workers/WorkerCSPEventListener.cpp @@ -5,9 +5,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "WorkerCSPEventListener.h" -#include "WorkerPrivate.h" #include "WorkerRef.h" #include "WorkerRunnable.h" +#include "WorkerScope.h" #include "mozilla/dom/SecurityPolicyViolationEvent.h" #include "mozilla/dom/SecurityPolicyViolationEventBinding.h" #include "mozilla/dom/WorkerRunnable.h" diff --git a/dom/workers/WorkerNavigator.cpp b/dom/workers/WorkerNavigator.cpp index fbbb32a92f88..cb499d6bd7ae 100644 --- a/dom/workers/WorkerNavigator.cpp +++ b/dom/workers/WorkerNavigator.cpp @@ -11,7 +11,6 @@ #include "ErrorList.h" #include "MainThreadUtils.h" #include "RuntimeService.h" -#include "WorkerPrivate.h" #include "WorkerRunnable.h" #include "WorkerScope.h" #include "mozilla/dom/LockManager.h" diff --git a/dom/workers/WorkerRunnable.cpp b/dom/workers/WorkerRunnable.cpp index b7e8ae642a56..49829b087201 100644 --- a/dom/workers/WorkerRunnable.cpp +++ b/dom/workers/WorkerRunnable.cpp @@ -6,7 +6,6 @@ #include "WorkerRunnable.h" -#include "WorkerPrivate.h" #include "WorkerScope.h" #include "js/RootingAPI.h" #include "jsapi.h" diff --git a/dom/xhr/XMLHttpRequestWorker.cpp b/dom/xhr/XMLHttpRequestWorker.cpp index 5cda4bbf1117..9a8dc42556e2 100644 --- a/dom/xhr/XMLHttpRequestWorker.cpp +++ b/dom/xhr/XMLHttpRequestWorker.cpp @@ -30,7 +30,6 @@ #include "mozilla/dom/UnionConversions.h" #include "mozilla/dom/URLSearchParams.h" #include "mozilla/dom/WorkerScope.h" -#include "mozilla/dom/WorkerPrivate.h" #include "mozilla/dom/WorkerRef.h" #include "mozilla/dom/WorkerRunnable.h" #include "mozilla/dom/XMLHttpRequestBinding.h"