| Index: sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/lib/js_helper.dart (revision 15636)
|
| +++ sdk/lib/_internal/compiler/implementation/lib/js_helper.dart (working copy)
|
| @@ -463,7 +463,7 @@
|
|
|
| static int parseInt(String string) {
|
| checkString(string);
|
| - var match = JS('=List',
|
| + var match = JS('=List|Null',
|
| r'/^\s*[+-]?(?:0(x)[a-f0-9]+|\d+)\s*$/i.exec(#)',
|
| string);
|
| if (match == null) {
|
|
|