Index: sdk/lib/core/symbol.dart |
diff --git a/sdk/lib/core/symbol.dart b/sdk/lib/core/symbol.dart |
index c45fcf502d31739b2d6de53798a45cd10f8391ca..c92001af498dd2c8ffdff3761f09cfc16965311a 100644 |
--- a/sdk/lib/core/symbol.dart |
+++ b/sdk/lib/core/symbol.dart |
@@ -20,5 +20,5 @@ class Symbol { |
* possible, use [MirrorsUsed] in "dart:mirrors" to specify which names might |
* be passed to this constructor. |
*/ |
- const factory Symbol(String name) = _collection_dev.Symbol; |
+ const factory Symbol(String name) = internal.Symbol; |
} |