mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
0e1a25372e
commit
02a82fcf67
@ -503,7 +503,7 @@
|
||||
newTitle += sep;
|
||||
}
|
||||
newTitle += modifier;
|
||||
window.title = newTitle;
|
||||
this.ownerDocument.title = newTitle;
|
||||
]]>
|
||||
</body>
|
||||
</method>
|
||||
|
Loading…
Reference in New Issue
Block a user