Bug 882613 - Remove reference to nsIDocShellHistory in metro front end code bug 882079 missed. r=fyan

This commit is contained in:
Jim Mathies 2013-06-14 10:42:19 -05:00
parent 5fbefaa95a
commit de9924b43a

View File

@ -143,7 +143,7 @@ let Content = {
// pages have any privilege themselves.
addEventListener("click", this, false);
docShell.QueryInterface(Ci.nsIDocShellHistory).useGlobalHistory = true;
docShell.useGlobalHistory = true;
},
/*******************************************