Bug 1156722 - Check for window.gBrowser instead of window.getBrowser r=smacleod

This commit is contained in:
Tim Taubert 2015-03-30 10:22:45 +02:00
Родитель fd71ad4984
Коммит bd14bee44a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1635,8 +1635,8 @@ let SessionStoreInternal = {
if (!aTab.ownerDocument.defaultView.__SSi) {
throw Components.Exception("Default view is not tracked", Cr.NS_ERROR_INVALID_ARG);
}
if (!aWindow.getBrowser) {
throw Components.Exception("Invalid window object: no getBrowser", Cr.NS_ERROR_INVALID_ARG);
if (!aWindow.gBrowser) {
throw Components.Exception("Invalid window object: no gBrowser", Cr.NS_ERROR_INVALID_ARG);
}
// Flush all data queued in the content script because we will need that