| Index: runtime/lib/double_patch.dart
|
| diff --git a/runtime/lib/double_patch.dart b/runtime/lib/double_patch.dart
|
| index cc3c6054e0c3923914b6e196d9f85e89542e777c..b0b7054f784fd62c012177502fcb5b98f627d48c 100644
|
| --- a/runtime/lib/double_patch.dart
|
| +++ b/runtime/lib/double_patch.dart
|
| @@ -101,7 +101,7 @@
|
| return _nativeParse(str, start, end);
|
| }
|
|
|
| - /* @patch */ static double parse(String str,
|
| + @patch static double parse(String str,
|
| [double onError(String str)]) {
|
| var result = _parse(str);
|
| if (result == null) {
|
|
|