Chromium Code Reviews| Index: utils/css/css.dart |
| diff --git a/utils/css/css.dart b/utils/css/css.dart |
| index a0d4e826f15d2babe1b5d5aa052e49ad749a7334..208e8ab71ab971240404cf6092be3c61fa841ae8 100644 |
| --- a/utils/css/css.dart |
| +++ b/utils/css/css.dart |
| @@ -62,7 +62,7 @@ String cssParseAndValidateDebug(String cssExpression, CssWorld cssworld) { |
| Validate.template(tree.selectors, cssworld); |
| output = prettyTree; |
| } |
| - } catch (var e) { |
| + } catch (e) { |
| String error = e.toString(); |
| output = "$error\n$prettyTree"; |
| throw e; |