| Index: dart/lib/compiler/implementation/scanner/keyword.dart
|
| diff --git a/dart/lib/compiler/implementation/scanner/keyword.dart b/dart/lib/compiler/implementation/scanner/keyword.dart
|
| index 66f0002c5a4e3d994053c1cc1a7dc794bbf4b6ea..b5b69194ec42e1f77f11cbb4c2460a794469c20b 100644
|
| --- a/dart/lib/compiler/implementation/scanner/keyword.dart
|
| +++ b/dart/lib/compiler/implementation/scanner/keyword.dart
|
| @@ -119,7 +119,7 @@ class Keyword implements SourceString {
|
| /**
|
| * Abstract state in a state machine for scanning keywords.
|
| */
|
| -class KeywordState {
|
| +abstract class KeywordState {
|
| abstract bool isLeaf();
|
| abstract KeywordState next(int c);
|
| abstract Keyword get keyword;
|
|
|