Index: pkg/compiler/lib/src/use_unused_api.dart |
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart |
index d1359e68d0156f723caa4a1a29b2f53bcb4ce58e..5076816cdc6f6b3c6962be4e3c5da236232ca1ae 100644 |
--- a/pkg/compiler/lib/src/use_unused_api.dart |
+++ b/pkg/compiler/lib/src/use_unused_api.dart |
@@ -276,6 +276,7 @@ useCompiler(dart2jslib.Compiler compiler) { |
..resetAsync(null) |
..lookupLibrary(null); |
compiler.forgetElement(null); |
+ compiler.backend.constantCompilerTask.copyConstantValues(null); |
} |
useTypes() { |