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
parent 0fff0f0bdd
commit 92f6456e90

View File

@ -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).