mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Replace use of deprecated window.title with window.document.title.
bug=330075 r=annie.sullivan@gmail.com sr=ben@mozilla.org
This commit is contained in:
parent
6e8df6adb8
commit
cef3e07235
@ -283,7 +283,7 @@ var BookmarkPropertiesPanel = {
|
||||
var title = this._bookmarkTitle;
|
||||
var document = this._dialogWindow.document;
|
||||
|
||||
this._dialogWindow.title = this._getDialogTitle();
|
||||
this._dialogWindow.document.title = this._getDialogTitle();
|
||||
|
||||
this._dialogWindow.document.documentElement.getButton("accept").label =
|
||||
this._getAcceptLabel();
|
||||
|
Loading…
x
Reference in New Issue
Block a user