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

Unified Diff: pkg/kernel/lib/type_propagation/builder.dart

Issue 2712983002: Add LookupTable class for finding classes and members by name.
Patch Set: Created 3 years, 10 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/kernel/lib/transformations/treeshaker.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/lib/type_propagation/builder.dart
diff --git a/pkg/kernel/lib/type_propagation/builder.dart b/pkg/kernel/lib/type_propagation/builder.dart
index f33e12e90dc219936b01a51af435c40b515dbd02..2ac6e19b631d99390054b4991984e70bdd17572b 100644
--- a/pkg/kernel/lib/type_propagation/builder.dart
+++ b/pkg/kernel/lib/type_propagation/builder.dart
@@ -236,7 +236,7 @@ class Builder {
latticePointForAllFunctions =
getLatticePointForSubtypesOfClass(coreTypes.functionClass);
- identicalFunction = coreTypes.getCoreProcedure('dart:core', 'identical');
+ identicalFunction = coreTypes.getTopLevelMember('dart:core', 'identical');
// Seed bitmasks for built-in values.
constraints.addBitmaskInput(ValueBit.null_, nullNode);
« no previous file with comments | « pkg/kernel/lib/transformations/treeshaker.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698