aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/StylePropertyMapReadOnly.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/StylePropertyMapReadOnly.webidl')
-rw-r--r--components/script/dom/webidls/StylePropertyMapReadOnly.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/StylePropertyMapReadOnly.webidl b/components/script/dom/webidls/StylePropertyMapReadOnly.webidl
index 7f3860ee701..b427ebd7ba0 100644
--- a/components/script/dom/webidls/StylePropertyMapReadOnly.webidl
+++ b/components/script/dom/webidls/StylePropertyMapReadOnly.webidl
@@ -4,7 +4,7 @@
// https://drafts.css-houdini.org/css-typed-om-1/#stylepropertymapreadonly
// NOTE: should this be exposed to Window?
-[Pref="dom.worklet.enabled", Exposed=(Worklet)]
+[Pref="dom_worklet_enabled", Exposed=(Worklet)]
interface StylePropertyMapReadOnly {
CSSStyleValue? get(DOMString property);
// sequence<CSSStyleValue> getAll(DOMString property);