Bug 240947 use content instead of _content

r=neil sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@241922 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2007-12-21 16:35:21 +00:00
parent 47e6eae4e8
commit 1b5ff5e2fc

View File

@@ -80,7 +80,7 @@ function launchBrowser( UrlToGoTo )
else if ("loadURI" in navWindow)
navWindow.loadURI(UrlToGoTo);
else
navWindow._content.location.href = UrlToGoTo;
navWindow.content.location.href = UrlToGoTo;
}
// if all else fails, open a new window
else {