mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 709492 - Part 5: Reset the metadata instead of updating it when a new page is shown. r=kats
This commit is contained in:
parent
0fff0f0bdd
commit
92f6456e90
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user