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

Unified Diff: runtime/vm/object.cc

Issue 2948153003: VM: Fix fragile shaker test after changes to hash code storage. (Closed)
Patch Set: Created 3 years, 6 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 | « pkg/front_end/testcases/shaker/empty_program.dart.shaker ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 89640b8902568e0c1aa1fac78f9cda19612e5269..3ec66c36a2eb0c39d2e2b0d3dc0c147288d8e95d 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -1039,7 +1039,7 @@ class FinalizeVMIsolateVisitor : public ObjectVisitor {
private:
#if defined(HASH_IN_OBJECT_HEADER)
- int counter_;
+ int32_t counter_;
#endif
};
« no previous file with comments | « pkg/front_end/testcases/shaker/empty_program.dart.shaker ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698