diff --git a/dom/tests/browser/browser_unlinkable_about_page_can_load_module_scripts.js b/dom/tests/browser/browser_unlinkable_about_page_can_load_module_scripts.js index 78d176756225..899ec64521c0 100644 --- a/dom/tests/browser/browser_unlinkable_about_page_can_load_module_scripts.js +++ b/dom/tests/browser/browser_unlinkable_about_page_can_load_module_scripts.js @@ -9,7 +9,7 @@ const kTestPage = getRootDirectory(gTestPath) + "file_load_module_script.html"; const kDefaultFlags = Ci.nsIAboutModule.ALLOW_SCRIPT | Ci.nsIAboutModule.URI_MUST_LOAD_IN_CHILD | - Ci.nsIAboutModule.URI_CAN_LOAD_IN_PRIVILEGED_CHILD | + Ci.nsIAboutModule.URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS | Ci.nsIAboutModule.URI_SAFE_FOR_UNTRUSTED_CONTENT; const kAboutPagesRegistered = Promise.all([