| Index: sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/js_helper.dart b/sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| index 764edab355e4621491b893b99f678cc71bc3fa73..97b1a9d9ef1a2dcf9162f8dd4af58573679c137d 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| @@ -75,12 +75,6 @@ part 'regexp_helper.dart';
|
| part 'string_helper.dart';
|
| part 'js_rti.dart';
|
|
|
| -class _Patch {
|
| - const _Patch();
|
| -}
|
| -
|
| -const _Patch patch = const _Patch();
|
| -
|
|
|
| /// Marks the internal map in dart2js, so that internal libraries can is-check
|
| // them.
|
|
|