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

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

Issue 2791263005: Split MirrorsData methods and MirrorsDataImpl data by element kind. (Closed)
Patch Set: 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/type_variable_handler.dart
diff --git a/pkg/compiler/lib/src/js_backend/type_variable_handler.dart b/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
index 6a99594ed9bd033413ae7d2a856f1da80da16d7a..996137d06c718aeb62d93b901c3a6ae9ebfcc1e4 100644
--- a/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
+++ b/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
@@ -91,7 +91,7 @@ class TypeVariableCodegenAnalysis {
}
void registerClassWithTypeVariables(ClassElement cls) {
- if (_mirrorsData.isAccessibleByReflection(cls)) {
+ if (_mirrorsData.isClassAccessibleByReflection(cls)) {
processTypeVariablesOf(cls);
}
}

Powered by Google App Engine
This is Rietveld 408576698