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 | a5c6909fe1901985a85638b4a74c0307d6301a72 (patch) | |
tree | 255873c3bed228e772d9854eb0edea0a44b3a853 /dom/base/nsContentUtils.cpp | |
parent | 786c14dcb5bba17d0d000c42f3c51545be0164b5 (diff) | |
download | aura-central-a5c6909fe1901985a85638b4a74c0307d6301a72.tar.gz |
Issue mcp-graveyard/UXP%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 d28b34f3d..c0d81a41e 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); |