Bug 1090315 - Remove uses of CPOWs in browser/base/content/test/general/head.js. r=felipe

This commit is contained in:
Blake Kaplan 2016-04-13 15:35:43 -07:00
Родитель 3098248f0e
Коммит df28f2e515
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -611,7 +611,7 @@ var FullZoomHelper = {
function promiseTabLoadEvent(tab, url)
{
let deferred = Promise.defer();
info("Wait tab event: " + load);
info("Wait tab event: load");
// 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.