Bug 1314812 - followup nit: remove obsolete comments, rs=trivial,me,firebot, DONTBUILD

MozReview-Commit-ID: 8ElUTOUxEX8
This commit is contained in:
Gijs Kruitbosch 2016-11-08 16:02:15 +00:00
Родитель eb1fcc9de6
Коммит 4ba7ead0fe
4 изменённых файлов: 0 добавлений и 8 удалений

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

@ -628,8 +628,6 @@ function promiseTabLoadEvent(tab, url)
return true;
}
// Create two promises: one resolved from the content process when the page
// loads and one that is rejected if we take too long to load the url.
let loaded = BrowserTestUtils.browserLoaded(tab.linkedBrowser, false, handle);
if (url)

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

@ -90,8 +90,6 @@ function promiseTabLoadEvent(tab, url) {
return true;
}
// Create two promises: one resolved from the content process when the page
// loads and one that is rejected if we take too long to load the url.
let loaded = BrowserTestUtils.browserLoaded(tab.linkedBrowser, false, handle);
if (url)

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

@ -33,8 +33,6 @@ function promiseTabLoadEvent(tab, url, eventType="load")
return true;
}
// Create two promises: one resolved from the content process when the page
// loads and one that is rejected if we take too long to load the url.
let loaded;
if (eventType === "load") {
loaded = BrowserTestUtils.browserLoaded(tab.linkedBrowser, false, handle);

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

@ -112,8 +112,6 @@ function promiseTabLoadEvent(tab, url)
return true;
}
// Create two promises: one resolved from the content process when the page
// loads and one that is rejected if we take too long to load the url.
let loaded = BrowserTestUtils.browserLoaded(tab.linkedBrowser, false, handle);
if (url)