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 e5c3ae357a
commit ba8b32a7e8

View File

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