зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1217357 - Update broken call to getContentWindow() from larch merge. r=kevingrandon
--HG-- extra : rebase_source : b5f329530cfe38d70ce7fed6d5b2028c4919d99a
This commit is contained in:
Родитель
4e6cb8fda5
Коммит
a277769c95
|
@ -105,9 +105,9 @@ function clearCache() {
|
|||
|
||||
function clearCacheAndReload() {
|
||||
// Reload the main frame with a cleared cache.
|
||||
debug('Reloading ' + getContentWindow().location);
|
||||
debug('Reloading ' + shell.contentBrowser.contentWindow.location);
|
||||
clearCache();
|
||||
getContentWindow().location.reload(true);
|
||||
shell.contentBrowser.contentWindow.location.reload(true);
|
||||
once('mozbrowserlocationchange').then(
|
||||
evt => {
|
||||
shell.sendEvent(window, "ContentStart");
|
||||
|
|
Загрузка…
Ссылка в новой задаче