Bug 841350 - Follow-up to fix 'this.updateCurrentBrowser is not a function'; r=me+bustage

This commit is contained in:
Tim Taubert 2013-03-19 10:14:41 +01:00
Родитель f2ce0e4926
Коммит 49f000659a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3906,7 +3906,7 @@
// Call updateCurrentBrowser to make sure the URL bar is up to date
// for our new tab after we've done swapBrowsersAndCloseOther.
this.updateCurrentBrowser(true);
this.tabbrowser.updateCurrentBrowser(true);
} else {
// Pass true to disallow dropping javascript: or data: urls
let url;