| 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);
|
|
|