Index: runtime/lib/async_patch.dart |
diff --git a/runtime/lib/async_patch.dart b/runtime/lib/async_patch.dart |
index d41a72153920d69aa01c6d82da212b620b193154..2a65b203108caba87761edb14fc7ea98a370f7c1 100644 |
--- a/runtime/lib/async_patch.dart |
+++ b/runtime/lib/async_patch.dart |
@@ -2,7 +2,7 @@ |
// 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:_internal"; |
+import "dart:_internal" hide Symbol; |
// We need to pass the value as first argument and leave the second and third |
// arguments empty (used for error handling). |