diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-25 12:26:18 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-25 12:26:18 -0500 |
commit | 8e09aff1879513ba2fb935bd867d0f13efa93ed0 (patch) | |
tree | 6c8057d4bd503f7ff239a566c0396afc36c92a9a /docshell/base | |
parent | 81089ff09437ca99eba3dacf901fdef0de533024 (diff) | |
download | UXP-8e09aff1879513ba2fb935bd867d0f13efa93ed0.tar UXP-8e09aff1879513ba2fb935bd867d0f13efa93ed0.tar.gz UXP-8e09aff1879513ba2fb935bd867d0f13efa93ed0.tar.lz UXP-8e09aff1879513ba2fb935bd867d0f13efa93ed0.tar.xz UXP-8e09aff1879513ba2fb935bd867d0f13efa93ed0.zip |
Issue #1053 - Remove android support from docshell
Diffstat (limited to 'docshell/base')
-rw-r--r-- | docshell/base/nsAboutRedirector.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp index f57d6c002..e1d883532 100644 --- a/docshell/base/nsAboutRedirector.cpp +++ b/docshell/base/nsAboutRedirector.cpp @@ -119,12 +119,10 @@ static RedirEntry kRedirMap[] = { nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT }, -#ifndef ANDROID { "profiles", "chrome://global/content/aboutProfiles.xhtml", nsIAboutModule::ALLOW_SCRIPT }, -#endif // about:srcdoc is unresolvable by specification. It is included here // because the security manager would disallow srcdoc iframes otherwise. { |