Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1884)

Unified Diff: pkg/compiler/lib/src/js_backend/backend_usage.dart

Issue 2851163002: Handle symbol literals in closed_world2_test (Closed)
Patch Set: Reinsert test code Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/js_backend/backend_usage.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend_usage.dart b/pkg/compiler/lib/src/js_backend/backend_usage.dart
index 8d5f5460bc4b1b3ac7b2a0c11e99e935903ee170..068c16a3fca03da9b0f8aaada554ec2ca749a82a 100644
--- a/pkg/compiler/lib/src/js_backend/backend_usage.dart
+++ b/pkg/compiler/lib/src/js_backend/backend_usage.dart
@@ -166,7 +166,7 @@ class BackendUsageBuilderImpl implements BackendUsageBuilder {
element == _commonElements.syncCompleterConstructor)) {
// TODO(johnniwinther): These are valid but we could be more precise.
return true;
- } else if (element == _commonElements.symbolClass ||
+ } else if (element == _commonElements.symbolImplementationClass ||
element == _commonElements.objectNoSuchMethod) {
// TODO(johnniwinther): These are valid but we could be more precise.
return true;
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend_impact.dart ('k') | pkg/compiler/lib/src/resolution/resolution_strategy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698