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

Unified Diff: lib/src/equality.dart

Issue 2484163002: Fix bug in equalsIgnoreAsciiCase. (Closed)
Patch Set: Address comments Created 4 years, 1 month 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 | « lib/src/comparators.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/equality.dart
diff --git a/lib/src/equality.dart b/lib/src/equality.dart
index 39e4ad5e0fe4fff70f0da6fe52570f0f0c8f8fb8..a9012973b08e49190e03476c34c02129e1247949 100644
--- a/lib/src/equality.dart
+++ b/lib/src/equality.dart
@@ -4,6 +4,8 @@
import "dart:collection";
+import "comparators.dart";
+
const int _HASH_MASK = 0x7fffffff;
/// A generic equality relation on objects.
« no previous file with comments | « lib/src/comparators.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698