| Index: runtime/vm/bitmap.h
|
| diff --git a/runtime/vm/bitmap.h b/runtime/vm/bitmap.h
|
| index fc2c685eb93c7af89bf93016d7936c12c051e3d0..6d3376a367aae471a01a82c09a0f8f515e84b230 100644
|
| --- a/runtime/vm/bitmap.h
|
| +++ b/runtime/vm/bitmap.h
|
| @@ -47,6 +47,8 @@ class BitmapBuilder : public ZoneAllocated {
|
| // Sets min..max (inclusive) to value.
|
| void SetRange(intptr_t min, intptr_t max, bool value);
|
|
|
| + void Print() const;
|
| +
|
| private:
|
| static const intptr_t kInitialSizeInBytes = 16;
|
| static const intptr_t kIncrementSizeInBytes = 16;
|
|
|