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

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

Issue 2750503003: Register type constants through ConstantUse (Closed)
Patch Set: Created 3 years, 9 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.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
index 67765fd7380211e9a1301d0a7d730e0d5c2c36a3..e21c2a341a4c618563cf821c8bc361fc0a4814c5 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -1194,7 +1194,6 @@ class JavaScriptBackend {
mirrorsData,
oneShotInterceptorData,
lookupMapAnalysis,
- customElementsCodegenAnalysis,
rtiChecksBuilder);
return const WorldImpact();
}

Powered by Google App Engine
This is Rietveld 408576698