aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/ServiceWorkerRegistration.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/ServiceWorkerRegistration.webidl')
-rw-r--r--components/script/dom/webidls/ServiceWorkerRegistration.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/ServiceWorkerRegistration.webidl b/components/script/dom/webidls/ServiceWorkerRegistration.webidl
index f7a10659513..29982ee8ec3 100644
--- a/components/script/dom/webidls/ServiceWorkerRegistration.webidl
+++ b/components/script/dom/webidls/ServiceWorkerRegistration.webidl
@@ -3,7 +3,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// https://w3c.github.io/ServiceWorker/#serviceworkerregistration-interface
-[Pref="dom.serviceworker.enabled", SecureContext, Exposed=(Window,Worker)]
+[Pref="dom_serviceworker_enabled", SecureContext, Exposed=(Window,Worker)]
interface ServiceWorkerRegistration : EventTarget {
readonly attribute ServiceWorker? installing;
readonly attribute ServiceWorker? waiting;