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

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

Issue 2603263002: Prefix resolution_types with Resolution. (Closed)
Patch Set: Rebased 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
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend.dart ('k') | pkg/compiler/lib/src/js_backend/backend_impact.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f1eee66fa7efe144283e7d906411321ff28beecf..3d7944e4b9a171e0cc97a200a7719c8099a9cf10 100644
--- a/pkg/compiler/lib/src/js_backend/backend_helpers.dart
+++ b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
@@ -203,8 +203,8 @@ class BackendHelpers {
}
// TODO(johnniwinther): Make these private.
- // TODO(johnniwinther): Split into _findHelperFunction and _findHelperClass and
- // add a check that the element has the expected kind.
+ // TODO(johnniwinther): Split into _findHelperFunction and _findHelperClass
+ // and add a check that the element has the expected kind.
Element _findHelper(String name) => _find(jsHelperLibrary, name);
FunctionElement _findHelperFunction(String name) =>
_find(jsHelperLibrary, name);
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend.dart ('k') | pkg/compiler/lib/src/js_backend/backend_impact.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698