Issue #2241 - Part 8: Remove non-working layout.css.DOM*.enabled prefs.

A follow-up to fdfe7a8245eb33db252f2a9a3474ac931f15a7d8.
This commit is contained in:
Job Bautista 2023-05-12 16:28:57 +08:00 committed by roytam1
commit e072ef0dfc
2 changed files with 1 additions and 11 deletions

View file

@ -20,8 +20,7 @@ static const double sRadPerDegree = 2.0 * M_PI / 360.0;
bool
WebKitCSSMatrix::FeatureEnabled(JSContext* aCx, JSObject* aObj)
{
return Preferences::GetBool("layout.css.DOMMatrix.enabled", false) &&
Preferences::GetBool("layout.css.prefixes.webkit", false);
return Preferences::GetBool("layout.css.prefixes.webkit", false);
}
already_AddRefed<WebKitCSSMatrix>