diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2017-07-17 17:04:20 -0500 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2017-07-18 09:38:56 -0500 |
commit | a3fe0b72d5d5515d0bcdccbfeefdd7a8cad5283a (patch) | |
tree | 64fab118d87becae5e9093fb0909a8e6a5b25857 /components/script/dom/webidls/CSSStyleValue.webidl | |
parent | 7f1278a3297d6d41b7dcf750ef7fb6eabb8a92e5 (diff) | |
download | servo-a3fe0b72d5d5515d0bcdccbfeefdd7a8cad5283a.tar.gz servo-a3fe0b72d5d5515d0bcdccbfeefdd7a8cad5283a.zip |
Placed worklets implementation behind a pref.
Diffstat (limited to 'components/script/dom/webidls/CSSStyleValue.webidl')
-rw-r--r-- | components/script/dom/webidls/CSSStyleValue.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/CSSStyleValue.webidl b/components/script/dom/webidls/CSSStyleValue.webidl index 7f9ab308ff1..c540ae7824b 100644 --- a/components/script/dom/webidls/CSSStyleValue.webidl +++ b/components/script/dom/webidls/CSSStyleValue.webidl @@ -4,7 +4,7 @@ // https://drafts.css-houdini.org/css-typed-om-1/#cssstylevalue // NOTE: should this be exposed to Window? -[Exposed=(Worklet)] +[Pref="dom.worklet.enabled", Exposed=(Worklet)] interface CSSStyleValue { stringifier; // static CSSStyleValue? parse(DOMString property, DOMString cssText); |