Index: lib/compiler/implementation/scanner/byte_strings.dart |
diff --git a/lib/compiler/implementation/scanner/byte_strings.dart b/lib/compiler/implementation/scanner/byte_strings.dart |
index 9f3c454bec980c3615a36d86fdcbb17a6da8e70b..8d61f60df5f8b1340b91be23e4871da2a0a96183 100644 |
--- a/lib/compiler/implementation/scanner/byte_strings.dart |
+++ b/lib/compiler/implementation/scanner/byte_strings.dart |
@@ -26,7 +26,7 @@ class ByteString implements SourceString { |
Iterator<int> iterator() => new Utf8Decoder(bytes, offset, length); |
- int hashCode() { |
+ int get hashCode { |
if (_hashCode == null) { |
_hashCode = computeHashCode(); |
} |