| Index: lib/compiler/implementation/scanner/token.dart
|
| diff --git a/lib/compiler/implementation/scanner/token.dart b/lib/compiler/implementation/scanner/token.dart
|
| index 8358bdabf70a765f81886757270dc1d396d2fb18..dab6d60ba3a3b93d414cc177e34e544eb6d1af80 100644
|
| --- a/lib/compiler/implementation/scanner/token.dart
|
| +++ b/lib/compiler/implementation/scanner/token.dart
|
| @@ -139,7 +139,7 @@ class Token {
|
| /**
|
| * The number of characters parsed by this token.
|
| */
|
| - int get slowCharLength() => slowToString().length;
|
| + int get slowCharCount() => slowToString().length;
|
| }
|
|
|
| /**
|
|
|