diff --git a/src/js/pagestore.js b/src/js/pagestore.js index 9f51aecb0..c086352be 100644 --- a/src/js/pagestore.js +++ b/src/js/pagestore.js @@ -251,9 +251,9 @@ const PageStore = class { this.internalRedirectionCount = 0; this.extraData.clear(); + this.frameAddCount = 0; this.frames = new Map(); this.setFrame(0, tabContext.rawURL); - this.frameAddCount = 0; // The current filtering context is cloned because: // - We may be called with or without the current context having been