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 | |
parent | 80c024779929d44397a8c03d2fa7808f97f2c21a (diff) | |
download | uxp-f35aa3e15fedf3cd4ad163d60ab74a9537ca5c82.tar.gz |
Issue #1375 - Merge CustomElements pref with Webcomponents Pref
Diffstat (limited to 'dom/base')
-rw-r--r-- | dom/base/crashtests/crashtests.list | 2 | ||||
-rw-r--r-- | dom/base/nsContentUtils.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dom/base/crashtests/crashtests.list b/dom/base/crashtests/crashtests.list index d451d93848..40d358b38a 100644 --- a/dom/base/crashtests/crashtests.list +++ b/dom/base/crashtests/crashtests.list @@ -209,6 +209,6 @@ load 1230422.html load 1251361.html load 1304437.html pref(clipboard.autocopy,true) load 1385272-1.html -pref(dom.webcomponents.customelements.enabled,true) load 1341693.html +pref(dom.webcomponents.enabled,true) load 1341693.html pref(dom.webcomponents.enabled,true) load 1419799.html pref(dom.webcomponents.enabled,false) load 1422931.html 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); |