| Index: runtime/lib/integers_patch.dart
|
| diff --git a/runtime/lib/integers_patch.dart b/runtime/lib/integers_patch.dart
|
| index 530ac1dbb01a2063ddc581aadfbead2b900f35ca..c6485ab2d6020098e5e5efacdb960c1c2c16c56f 100644
|
| --- a/runtime/lib/integers_patch.dart
|
| +++ b/runtime/lib/integers_patch.dart
|
| @@ -8,7 +8,7 @@
|
| patch class int {
|
| static int _parse(String str) native "Integer_parse";
|
|
|
| - static void _throwFormatException(String source) {
|
| + static int _throwFormatException(String source) {
|
| throw new FormatException(source);
|
| }
|
|
|
|
|