commit | 5d78d39273f4a2576093a35cc6a085f5c8604a5e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 13 16:53:05 2011 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Dec 13 16:53:05 2011 -0800 |
tree | b8064982b901cb21351be75460af641bb64e10b6 | |
parent | 96835e7b2b6c1e06e747cf8cf97a206fb902205a [diff] [blame] |
Improve consistency of units in logging. Change-Id: I312591569816890ba0b7541b6b447c4f8755093b
diff --git a/src/object.cc b/src/object.cc index c08e122..9e84327 100644 --- a/src/object.cc +++ b/src/object.cc
@@ -1175,8 +1175,7 @@ } } -bool String::Equals(const uint16_t* that_chars, int32_t that_offset, - int32_t that_length) const { +bool String::Equals(const uint16_t* that_chars, int32_t that_offset, int32_t that_length) const { if (this->GetLength() != that_length) { return false; } else {