Bug 1091706 - Properly create TabActor on non-e10s tabs. r=jryans

This commit is contained in:
Alexandre Poirot 2014-11-12 06:01:00 -05:00
Родитель ae0dfff7ff
Коммит f7076b6056
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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() {