diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 07:44:11 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 07:44:11 -0400 |
commit | f35aa3e15fedf3cd4ad163d60ab74a9537ca5c82 (patch) | |
tree | 255873c3bed228e772d9854eb0edea0a44b3a853 /dom/base/nsContentUtils.cpp | |
parent | 80c024779929d44397a8c03d2fa7808f97f2c21a (diff) | |
download | uxp-f35aa3e15fedf3cd4ad163d60ab74a9537ca5c82.tar.gz |
Issue #1375 - Merge CustomElements pref with Webcomponents Pref
Diffstat (limited to 'dom/base/nsContentUtils.cpp')
-rw-r--r-- | dom/base/nsContentUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/base/nsContentUtils.cpp b/dom/base/nsContentUtils.cpp index d28b34f3df..c0d81a41e0 100644 --- a/dom/base/nsContentUtils.cpp +++ b/dom/base/nsContentUtils.cpp @@ -593,7 +593,7 @@ nsContentUtils::Init() "dom.webcomponents.enabled", false); Preferences::AddBoolVarCache(&sIsCustomElementsEnabled, - "dom.webcomponents.customelements.enabled", false); + "dom.webcomponents.enabled", false); Preferences::AddBoolVarCache(&sEncodeDecodeURLHash, "dom.url.encode_decode_hash", false); |