mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 882613 - Remove reference to nsIDocShellHistory in metro front end code bug 882079 missed. r=fyan
This commit is contained in:
parent
5fbefaa95a
commit
de9924b43a
@ -143,7 +143,7 @@ let Content = {
|
||||
// pages have any privilege themselves.
|
||||
addEventListener("click", this, false);
|
||||
|
||||
docShell.QueryInterface(Ci.nsIDocShellHistory).useGlobalHistory = true;
|
||||
docShell.useGlobalHistory = true;
|
||||
},
|
||||
|
||||
/*******************************************
|
||||
|
Loading…
Reference in New Issue
Block a user