| Index: sdk/lib/_internal/lib/core_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/core_patch.dart b/sdk/lib/_internal/lib/core_patch.dart
|
| index 207800aa34450eeb2f7356adccb315b55f025d8b..3a4f7ac7fd1985d7fa50393821ee865ef688ff2a 100644
|
| --- a/sdk/lib/_internal/lib/core_patch.dart
|
| +++ b/sdk/lib/_internal/lib/core_patch.dart
|
| @@ -105,8 +105,8 @@ patch class int {
|
|
|
| patch class double {
|
| patch static double parse(String source,
|
| - [double handleError(String source)]) {
|
| - return Primitives.parseDouble(source, handleError);
|
| + [double onError(String source)]) {
|
| + return Primitives.parseDouble(source, onError);
|
| }
|
| }
|
|
|
|
|