commit | ac5b9e22d32c4f986783a2207b08ade769619f6f | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Wed Jul 27 15:11:13 2011 -0400 |
committer | Jesse Wilson <jessewilson@google.com> | Thu Jul 28 10:17:30 2011 -0400 |
tree | 736d93e3df77289024330a641f8090acac7e0e43 | |
parent | 8ecd08cde96e2463123a54eaec9429149f53ed2f [diff] [blame] |
Validate the C++ and managed fields are ordered consistently. Change-Id: If0d0fcc2ffcc0172bd86fd1714111857af572d6a
diff --git a/src/object.h b/src/object.h index 0abf444..05071cc 100644 --- a/src/object.h +++ b/src/object.h
@@ -1043,6 +1043,7 @@ } public: // TODO: private + // Field order required by test "ValidateFieldOrderOfJavaLangString". CharArray* array_; uint32_t hash_code_;