| Index: sdk/lib/_internal/js_runtime/lib/internal_patch.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/internal_patch.dart b/sdk/lib/_internal/js_runtime/lib/internal_patch.dart
|
| index 6c39c4a4d8ac663d1f2d18fedbe69d68bc227879..cb8820ce2b85f30b488deea77bc20316ff04a17c 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/internal_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/internal_patch.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'dart:_js_primitives' show printString;
|
| -import 'dart:_js_helper' show JS, patch;
|
| +import 'dart:_js_helper' show patch;
|
| import 'dart:_interceptors' show JSArray;
|
|
|
| @patch
|
|
|