Chromium Code Reviews| Index: dart/frog/leg/scanner/keyword.dart |
| diff --git a/dart/frog/leg/scanner/keyword.dart b/dart/frog/leg/scanner/keyword.dart |
| index fb55e0c8a027bf393fd07f185cf0cfd122d25a06..e9ddcd55250752a92b9d53f77ded5d1113e65c40 100644 |
| --- a/dart/frog/leg/scanner/keyword.dart |
| +++ b/dart/frog/leg/scanner/keyword.dart |
| @@ -140,6 +140,7 @@ class Keyword implements SourceString { |
| String get stringValue() => syntax; |
| bool isEmpty() => false; |
| + bool isPrivate() => false; |
| } |
| /** |