Skip to content

Commit

Permalink
Bug 1383876 - Part 6: Fix eslint failures, a=bustage
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 90yfcMlr6UU
  • Loading branch information
mystor committed Jan 12, 2018
1 parent 261933c commit 28a22bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ var MessageListener = {
this.flush(data);
break;
case "SessionStore:becomeActiveProcess":
let shistory = docShell.QueryInterface(Ci.nsIWebNavigation).sessionHistory;
SessionHistoryListener.collect();
break;
default:
Expand Down
1 change: 0 additions & 1 deletion toolkit/modules/sessionstore/SessionHistory.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ var SessionHistoryInternal = {
let loadContext = docShell.QueryInterface(Ci.nsILoadContext);
let webNavigation = docShell.QueryInterface(Ci.nsIWebNavigation);
let history = webNavigation.sessionHistory.QueryInterface(Ci.nsISHistoryInternal);
let ihistory = history.QueryInterface(Ci.nsISHistory);

let data = {entries: [], userContextId: loadContext.originAttributes.userContextId };
// We want to keep track how many entries we *could* have collected and
Expand Down

0 comments on commit 28a22bf

Please sign in to comment.