Index: pkg/compiler/lib/src/constants/constant_system.dart |
diff --git a/pkg/compiler/lib/src/constants/constant_system.dart b/pkg/compiler/lib/src/constants/constant_system.dart |
index aae267f05601f31c676406e47684b731c384522b..e2786128e572e7dd89cba3272e6718cbaa5e2380 100644 |
--- a/pkg/compiler/lib/src/constants/constant_system.dart |
+++ b/pkg/compiler/lib/src/constants/constant_system.dart |
@@ -68,6 +68,8 @@ abstract class ConstantSystem { |
List<ConstantValue> keys, List<ConstantValue> values); |
// TODO(johnniwinther): Remove the need for [compiler]. |
ConstantValue createType(Compiler compiler, DartType type); |
+ // TODO(johnniwinther): Remove the need for [compiler]. |
+ ConstantValue createSymbol(Compiler compiler, String text); |
// We need to special case the subtype check for JavaScript constant |
// system because an int is a double at runtime. |