Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes Relanding to fix aviary branch landing regressions

This commit is contained in:
bugzilla@arlen.demon.co.uk 2007-08-21 21:59:42 -07:00
parent 0e1a25372e
commit 02a82fcf67

View File

@ -503,7 +503,7 @@
newTitle += sep;
}
newTitle += modifier;
window.title = newTitle;
this.ownerDocument.title = newTitle;
]]>
</body>
</method>