| Index: runtime/lib/core_patch.dart
|
| diff --git a/runtime/lib/core_patch.dart b/runtime/lib/core_patch.dart
|
| index fbcfdb9012985fcddca78ffe736dcc55d3e2b90b..deed7c9cc48af3929a0c805184500298e7149229 100644
|
| --- a/runtime/lib/core_patch.dart
|
| +++ b/runtime/lib/core_patch.dart
|
| @@ -10,9 +10,6 @@ import "dart:math";
|
| import "dart:typed_data";
|
| import 'dart:_internal' as internal;
|
|
|
| -// Equivalent of calling FATAL from C++ code.
|
| -_fatal(msg) native "DartCore_fatal";
|
| -
|
| // The members of this class are cloned and added to each class that
|
| // represents an enum type.
|
| class _EnumHelper {
|
|
|