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

Unified Diff: lib/crypto/hash_utils.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « lib/crypto/crypto_vm.dart ('k') | lib/dom/src/DOMType.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/crypto/hash_utils.dart
diff --git a/lib/crypto/hash_utils.dart b/lib/crypto/hash_utils.dart
index 7010aa0b1d0285f233f4c5b1ff350bc54271971b..bce8c8ae2f95367f5bad538ea8ade120f362f768 100644
--- a/lib/crypto/hash_utils.dart
+++ b/lib/crypto/hash_utils.dart
@@ -53,7 +53,7 @@ class _HashBase implements Hash {
}
// Returns the block size of the hash in bytes.
- int get blockSize() {
+ int get blockSize {
return _chunkSizeInWords * _BYTES_PER_WORD;
}
« no previous file with comments | « lib/crypto/crypto_vm.dart ('k') | lib/dom/src/DOMType.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698