diff --git a/layout/style/nsCSSDeclaration.cpp b/layout/style/nsCSSDeclaration.cpp index 9eaa2b91d22..fd4997e80da 100644 --- a/layout/style/nsCSSDeclaration.cpp +++ b/layout/style/nsCSSDeclaration.cpp @@ -621,10 +621,6 @@ nsCSSDeclaration::GetValue(nsCSSProperty aProperty, return NS_OK; } - - // XXX What about checking the consistency of '!important'? - // XXX What about checking that we don't serialize inherit, - // -moz-initial, or other illegal values? // XXXldb Can we share shorthand logic with ToString? switch (aProperty) { case eCSSProperty_margin: