stylo: Remove :-moz-system-metric pseudo-class.

Bug: 1405311
Reviewed-by: xidorn
MozReview-Commit-ID: CIF64dG1F2k
This commit is contained in:
Emilio Cobos Álvarez 2017-10-07 14:32:46 +02:00
parent 5682eeff48
commit 3e9bfdd72e
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 0 additions and 3 deletions

View file

@ -116,8 +116,6 @@ macro_rules! apply_non_ts_list {
("-moz-window-inactive", MozWindowInactive, mozWindowInactive, _, _),
],
string: [
// FIXME(emilio): Unship this for content docs (bug 1396066).
("-moz-system-metric", MozSystemMetric, mozSystemMetric, _, _),
("lang", Lang, lang, _, _),
],
keyword: [

View file

@ -1975,7 +1975,6 @@ impl<'le> ::selectors::Element for GeckoElement<'le> {
NonTSPseudoClass::Lang(ref lang_arg) => {
self.match_element_lang(None, lang_arg)
}
NonTSPseudoClass::MozSystemMetric(ref s) |
NonTSPseudoClass::MozLocaleDir(ref s) |
NonTSPseudoClass::Dir(ref s) => {
unsafe {