Bug 709492 - Part 5: Reset the metadata instead of updating it when a new page is shown. r=kats

This commit is contained in:
Patrick Walton 2011-12-29 15:10:31 -08:00
Родитель 9717010843
Коммит 7455dd5ff7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -722,7 +722,7 @@ var BrowserApp = {
return;
}
ViewportHandler.updateMetadata(tab);
ViewportHandler.resetMetadata(tab);
// Unsuppress drawing unless the page was being thawed from the bfcache (which is an atomic
// operation, so there is no drawing to suppress).