We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e006e23 commit 7bef15dCopy full SHA for 7bef15d
chrome/content/splitbrowse.js
@@ -253,6 +253,7 @@ AutoPagerNS.apSplitbrowse = {
253
newEntry.cacheKey = cacheKey;
254
255
if (aEntry.childCount) {
256
+ newEntry = newEntry.QueryInterface(Components.interfaces.nsISHContainer); //AO
257
for (var j = 0; j < aEntry.childCount; j++) {
258
var childEntry = this.cloneHistoryEntry(aEntry.GetChildAt(j));
259
if (childEntry)
0 commit comments