Bug 264102 Chrome should use document.title instead of window.title - xmlterm fixes
p=me r=neil.parkwaycc.co.uk git-svn-id: svn://10.0.0.236/trunk@164289 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -40,7 +40,7 @@ function StartupXMLTerm() {
|
||||
xmltwin.xmlterm = xmltshell;
|
||||
|
||||
if (window.arguments != null)
|
||||
window.title = "xmlterm: "+window.arguments;
|
||||
document.title = "xmlterm: "+window.arguments;
|
||||
|
||||
// Initialize XMLTerm shell in content window with argvals
|
||||
window.xmlterm.init(xmltwin, "", window.arguments);
|
||||
|
||||
Reference in New Issue
Block a user