diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-01-25 17:19:43 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-01-25 17:38:49 -0500 |
commit | 7702d1f3fa94d77931a1fd76a7b8a3288f98ce60 (patch) | |
tree | 2390bda35f6b3bcdd31956b3e71cee66bae3b6c9 /dom/ipc/TabChild.cpp | |
parent | 1126548deecfd736755f1e1b7e7d551b42e73780 (diff) | |
download | uxp-7702d1f3fa94d77931a1fd76a7b8a3288f98ce60.tar.gz |
Issue #1390 - Clean up presentation api leftovers
Diffstat (limited to 'dom/ipc/TabChild.cpp')
-rw-r--r-- | dom/ipc/TabChild.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/ipc/TabChild.cpp b/dom/ipc/TabChild.cpp index 182aa628b4..caae91fa54 100644 --- a/dom/ipc/TabChild.cpp +++ b/dom/ipc/TabChild.cpp @@ -770,11 +770,6 @@ TabChild::NotifyTabContextUpdated(bool aIsPreallocated) if (aIsPreallocated) { nsDocShell::Cast(docShell)->SetOriginAttributes(OriginAttributesRef()); } - - // Set SANDBOXED_AUXILIARY_NAVIGATION flag if this is a receiver page. - if (!PresentationURL().IsEmpty()) { - docShell->SetSandboxFlags(SANDBOXED_AUXILIARY_NAVIGATION); - } } void |