| Index: compiler/java/com/google/dart/compiler/parser/DartParser.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/parser/DartParser.java (revision 20685)
|
| +++ compiler/java/com/google/dart/compiler/parser/DartParser.java (working copy)
|
| @@ -5628,7 +5628,7 @@
|
| && !Elements.isLibrarySource(source, "/crypto/crypto.dart")
|
| && !Elements.isLibrarySource(source, "/uri/uri.dart")
|
| && !Elements.isLibrarySource(source, "/utf/utf.dart")
|
| - && !Elements.isLibrarySource(source, "/scalarlist/scalarlist.dart")
|
| + && !Elements.isLibrarySource(source, "/typeddata/typeddata.dart")
|
| ) {
|
| super.reportError(position, errorCode);
|
| }
|
|
|