зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1091706 - Properly create TabActor on non-e10s tabs. r=jryans
This commit is contained in:
Родитель
ae0dfff7ff
Коммит
f7076b6056
|
@ -289,7 +289,7 @@ BrowserTabList.prototype._getChildren = function(aWindow) {
|
|||
};
|
||||
|
||||
BrowserTabList.prototype._isRemoteBrowser = function(browser) {
|
||||
return browser.getAttribute("remote");
|
||||
return browser.getAttribute("remote") == "true";
|
||||
};
|
||||
|
||||
BrowserTabList.prototype.getList = function() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче