Bug 763001 - Typo in layout/style/nsCSSPseudoClassList.h. r=jaws

This commit is contained in:
Eric Wong 2012-12-03 22:32:27 -08:00
parent ad9b21c4aa
commit 6aaaf47626

View File

@ -89,7 +89,7 @@ CSS_PSEUDO_CLASS(mozLocaleDir, ":-moz-locale-dir")
// -moz-lwtheme may be used to match a document that has a lightweight theme
CSS_PSEUDO_CLASS(mozLWTheme, ":-moz-lwtheme")
// -moz-lwtheme-brighttext matches a document that has a bright lightweight theme
// -moz-lwtheme-brighttext matches a document that has a dark lightweight theme
CSS_PSEUDO_CLASS(mozLWThemeBrightText, ":-moz-lwtheme-brighttext")
// -moz-lwtheme-darktext matches a document that has a bright lightweight theme