aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/serviceworker_manager.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/serviceworker_manager.rs')
-rw-r--r--components/script/serviceworker_manager.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/serviceworker_manager.rs b/components/script/serviceworker_manager.rs
index 9f1ad777110..23723ca39df 100644
--- a/components/script/serviceworker_manager.rs
+++ b/components/script/serviceworker_manager.rs
@@ -517,5 +517,5 @@ impl ServiceWorkerManagerFactory for ServiceWorkerManager {
}
pub(crate) fn serviceworker_enabled() -> bool {
- pref!(dom.serviceworker.enabled)
+ pref!(dom_serviceworker_enabled)
}