Chromium Code Reviews| Index: utils/css/tokenizer.dart |
| diff --git a/utils/css/tokenizer.dart b/utils/css/tokenizer.dart |
| index d6455190e589eda3c3b20a881f1c07f0cd21d70f..fccb3c040501b9beaf73e93041c9576f17cd79f6 100644 |
| --- a/utils/css/tokenizer.dart |
| +++ b/utils/css/tokenizer.dart |
| @@ -12,7 +12,7 @@ class Tokenizer extends CSSTokenizerBase { |
| cssTokens = new TokenKind(); |
| } |
| - int get startIndex() => _startIndex; |
| + int get startIndex => _startIndex; |
| Token next() { |
| // keep track of our starting position |