зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
6ded6c05de
Коммит
92a4f25f69
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче