summaryrefslogtreecommitdiffstats
path: root/dom/base/nsFrameLoaderOwner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/nsFrameLoaderOwner.cpp')
-rw-r--r--dom/base/nsFrameLoaderOwner.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/dom/base/nsFrameLoaderOwner.cpp b/dom/base/nsFrameLoaderOwner.cpp
index 03945975dd..0e67f723d2 100644
--- a/dom/base/nsFrameLoaderOwner.cpp
+++ b/dom/base/nsFrameLoaderOwner.cpp
@@ -81,13 +81,7 @@ nsFrameLoaderOwner::ShouldPreserveBrowsingContext(
}
}
- // We will preserve our browsing context if either fission is enabled, or the
- // `preserve_browsing_contexts` pref is active.
- if (UseRemoteSubframes() ||
- StaticPrefs::fission_preserve_browsing_contexts()) {
- return ChangeRemotenessContextType::PRESERVE;
- }
- return ChangeRemotenessContextType::DONT_PRESERVE;
+ return ChangeRemotenessContextType::PRESERVE;
}
void nsFrameLoaderOwner::ChangeRemotenessCommon(