| Index: runtime/vm/scavenger.h
|
| diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h
|
| index 00b5706caf50fdcf0f136cb7614eec9b72da8ba4..dc51a1b39369551ba0888bec77d095b656c8695b 100644
|
| --- a/runtime/vm/scavenger.h
|
| +++ b/runtime/vm/scavenger.h
|
| @@ -272,15 +272,15 @@ class Scavenger {
|
|
|
| intptr_t NewSizeInWords(intptr_t old_size_in_words) const;
|
|
|
| - SemiSpace* to_;
|
| -
|
| - Heap* heap_;
|
| -
|
| // Current allocation top and end. These values are being accessed directly
|
| // from generated code.
|
| uword top_;
|
| uword end_;
|
|
|
| + SemiSpace* to_;
|
| +
|
| + Heap* heap_;
|
| +
|
| // A pointer to the first unscanned object. Scanning completes when
|
| // this value meets the allocation top.
|
| uword resolved_top_;
|
|
|