Bug 1368555. Let -webkit-appearance ride the trains in v63. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D6765

--HG--
extra : rebase_source : 5fd575a64823079bc61f8f953bb871a282c6a1b7
This commit is contained in:
Jonathan Watt 2018-08-25 13:19:48 +01:00
parent 7109f4c420
commit e65c479846

View File

@ -659,17 +659,11 @@ VARCACHE_PREF(
)
// Is the '-webkit-appearance' alias for '-moz-appearance' enabled?
#ifdef EARLY_BETA_OR_EARLIER
#define PREF_VALUE true
#else
#define PREF_VALUE false
#endif
VARCACHE_PREF(
"layout.css.webkit-appearance.enabled",
layout_css_webkit_appearance_enabled,
bool, PREF_VALUE
bool, true
)
#undef PREF_VALUE
// Pref to control whether @-moz-document rules are enabled in content pages.
VARCACHE_PREF(