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 b4a7bd2ebaf8c1f0942f90405ebd5d469b8fa025..30aa9264d8b96b8f071145c78eae3f3040973a62 100644 |
--- a/sdk/lib/_internal/lib/core_patch.dart |
+++ b/sdk/lib/_internal/lib/core_patch.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Patch file for dart:core classes. |
-import "dart:_collection-dev" as _symbol_dev; |
+import "dart:_internal" as _symbol_dev; |
import 'dart:_interceptors'; |
import 'dart:_js_helper' show checkNull, |
getRuntimeType, |