| 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 1d5319ba27dd3abefb7979aaa030bd2c74e31fe0..653d086f8afbe8569f528d35d838db80961bacda 100644
|
| --- a/dart/lib/compiler/implementation/scanner/keyword.dart
|
| +++ b/dart/lib/compiler/implementation/scanner/keyword.dart
|
| @@ -23,6 +23,8 @@ class Keyword implements SourceString {
|
| const Keyword("for"),
|
| const Keyword("if"),
|
| const Keyword("in"),
|
| + // TODO(ahe): Don't think this is a reserved word.
|
| + // See: http://dartbug.com/5579
|
| const Keyword("is", info: IS_INFO),
|
| const Keyword("new"),
|
| const Keyword("null"),
|
|
|