diff options
Diffstat (limited to '')
-rw-r--r-- | dom/fetch/FetchParent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/fetch/FetchParent.h b/dom/fetch/FetchParent.h index e373d93b73..59018e8cde 100644 --- a/dom/fetch/FetchParent.h +++ b/dom/fetch/FetchParent.h @@ -97,6 +97,7 @@ class FetchParent final : public PFetchParent { bool mHasCSPEventListener{false}; bool mExtendForCSPEventListener{false}; uint64_t mAssociatedBrowsingContextID{0}; + bool mIsThirdPartyContext{true}; Atomic<bool> mIsDone{false}; Atomic<bool> mActorDestroyed{false}; |