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

Unified Diff: lib/src/equality.dart

Issue 2484163002: Fix bug in equalsIgnoreAsciiCase. (Closed)
Patch Set: Address comments, add missing import. 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') | pubspec.yaml » ('J')
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..88801164708194b621e3e8025f61764cc8259fe6 100644
--- a/lib/src/equality.dart
+++ b/lib/src/equality.dart
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
import "dart:collection";
+import "comparators.dart";
nweiz 2016/11/11 23:16:46 Nit: newline above.
Lasse Reichstein Nielsen 2016/11/14 14:52:04 Done.
const int _HASH_MASK = 0x7fffffff;
« no previous file with comments | « lib/src/comparators.dart ('k') | pubspec.yaml » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698