mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fixing this god-damn hack.
This commit is contained in:
parent
41e01fa8d0
commit
36b3eb4b1d
@ -2010,7 +2010,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
|
||||
* inside a *non-browser* window. Note this mechanism s'd go away once
|
||||
* we have the protocol registry and window manager available
|
||||
*/
|
||||
if (isMail || !isBrowser) {
|
||||
if (isMail) {
|
||||
//Ask the container to load the appropriate component for the URL.
|
||||
|
||||
if (root) {
|
||||
|
@ -2010,7 +2010,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
|
||||
* inside a *non-browser* window. Note this mechanism s'd go away once
|
||||
* we have the protocol registry and window manager available
|
||||
*/
|
||||
if (isMail || !isBrowser) {
|
||||
if (isMail) {
|
||||
//Ask the container to load the appropriate component for the URL.
|
||||
|
||||
if (root) {
|
||||
|
Loading…
Reference in New Issue
Block a user