This commit is contained in:
gorhill 2015-10-23 13:11:27 -04:00
parent 429d3f5017
commit 013a593e81

View file

@ -790,6 +790,8 @@ vAPI.tabs.getAll = function(window) {
}
// This can happens if a tab-less window is currently opened.
// Example of a tab-less window: one opened from clicking
// "View Page Source".
if ( !tabBrowser.tabs ) {
continue;
}