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

Unified Diff: pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart

Issue 2751983002: Pending renames and cleanups after commits (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_emitter/full_emitter/class_emitter.dart
diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart
index 38616e2ac249c06bce7bb5f887c3bb44acc30778..c4f75757f2a7f378eb0765821c989dc3e45f2ab2 100644
--- a/pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart
+++ b/pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart
@@ -312,7 +312,7 @@ class ClassEmitter extends CodeEmitterHelper {
if (backend.mirrorsData.isAccessibleByReflection(classElement)) {
List<ResolutionDartType> typeVars = classElement.typeVariables;
Iterable typeVariableProperties =
- emitter.typeVariableHandler.typeVariablesOf(classElement);
+ emitter.typeVariableCodegenAnalysis.typeVariablesOf(classElement);
ClassElement superclass = classElement.superclass;
bool hasSuper = superclass != null;

Powered by Google App Engine
This is Rietveld 408576698