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

Unified Diff: runtime/vm/isolate.h

Issue 1834393002: fix build (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.h
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
index 350e39016819fa2a318d10fb4c19460e5cff9faa..0375803076c4d0f546dc6ec4767fa9d2012fdf7e 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -502,7 +502,7 @@ class Isolate : public BaseIsolate {
AtomicOperations::DecrementBy(&top_level_parsing_count_, 1);
}
- static const uint32_t kInvalidGen = 0;
+ static const intptr_t kInvalidGen = 0;
void IncrFieldInvalidationGen() {
AtomicOperations::IncrementBy(&field_invalidation_gen_, 1);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698