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

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

Issue 2643863005: Use entities in interceptor_stub_generator. (Closed)
Patch Set: Created 3 years, 11 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/custom_elements_analysis.dart
diff --git a/pkg/compiler/lib/src/js_backend/custom_elements_analysis.dart b/pkg/compiler/lib/src/js_backend/custom_elements_analysis.dart
index a89b86d24b591a1f34254283fb11395e05ef446b..3a5534537fa5d5a322c9e948092af9378c7839c5 100644
--- a/pkg/compiler/lib/src/js_backend/custom_elements_analysis.dart
+++ b/pkg/compiler/lib/src/js_backend/custom_elements_analysis.dart
@@ -126,7 +126,7 @@ class CustomElementsAnalysis {
bool needsClass(ClassElement classElement) =>
codegenJoin.activeClasses.contains(classElement);
- List<Element> constructors(ClassElement classElement) =>
+ List<ConstructorElement> constructors(ClassElement classElement) =>
codegenJoin.computeEscapingConstructors(classElement);
}

Powered by Google App Engine
This is Rietveld 408576698