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

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

Issue 2639273004: Use entities in main_call_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/backend_helpers.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend_helpers.dart b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
index c2c8a9b4998209713e53bf1fad05ed896a6a3817..84ef5da55f44734d0322c7e8889c4608bd47a484 100644
--- a/pkg/compiler/lib/src/js_backend/backend_helpers.dart
+++ b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
@@ -819,7 +819,7 @@ class BackendHelpers {
return _findHelper('defineProperty');
}
- Element get startRootIsolate {
+ MethodElement get startRootIsolate {
return _find(isolateHelperLibrary, START_ROOT_ISOLATE);
}

Powered by Google App Engine
This is Rietveld 408576698