Skip to content

Commit 39d5cf7

Browse files
committed
Merge pull request #3 from alexolog/master
Update splitbrowse.js
2 parents 2c4e245 + 7bef15d commit 39d5cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chrome/content/splitbrowse.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ AutoPagerNS.apSplitbrowse = {
253253
newEntry.cacheKey = cacheKey;
254254

255255
if (aEntry.childCount) {
256+
newEntry = newEntry.QueryInterface(Components.interfaces.nsISHContainer); //AO
256257
for (var j = 0; j < aEntry.childCount; j++) {
257258
var childEntry = this.cloneHistoryEntry(aEntry.GetChildAt(j));
258259
if (childEntry)

0 commit comments

Comments
 (0)