Index: runtime/lib/internal_patch.dart |
diff --git a/runtime/lib/internal_patch.dart b/runtime/lib/internal_patch.dart |
index 9e5300a1f8e3d626e63124b5b97f053a44036a3b..a3287b4c043e6a9828c0dc22abb98b7382b9b9f2 100644 |
--- a/runtime/lib/internal_patch.dart |
+++ b/runtime/lib/internal_patch.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+import 'dart:core' hide Symbol; |
+ |
@patch List makeListFixedLength(List growableList) |
native "Internal_makeListFixedLength"; |