Bug 1370733 - Add an explicit import of Services.jsm to window_browser_drop.xul. r=Gijs

MozReview-Commit-ID: J2jZM5hnInK

--HG--
extra : rebase_source : 6271e714e48b6b4c0c14ba4e4b927e0cbea0dcd8
This commit is contained in:
Andrew McCreight 2017-06-06 16:09:54 -07:00
Родитель 6ded6c05de
Коммит 92a4f25f69
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -19,6 +19,7 @@ function dropOnRemoteBrowserAsync(browser, data, shouldExpectStateChange) {
return ContentTask.spawn(browser, {data, shouldExpectStateChange}, async function({data, shouldExpectStateChange}) {
let { interfaces: Ci, utils: Cu } = Components;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Cu.import("resource://gre/modules/Services.jsm");
if (!content.document.documentElement) {
// Wait until the testing document gets loaded.