| Index: runtime/vm/bitmap.h
|
| diff --git a/runtime/vm/bitmap.h b/runtime/vm/bitmap.h
|
| index 442445e67b3bef5f5a116f0468a3a70667253f95..56aeb7ff5c6ccc621f71338f4256f42aed50136a 100644
|
| --- a/runtime/vm/bitmap.h
|
| +++ b/runtime/vm/bitmap.h
|
| @@ -42,7 +42,7 @@ class BitmapBuilder : public ZoneAllocated {
|
| void SetRange(intptr_t min, intptr_t max, bool value);
|
|
|
| // Replicates the bit map setting of the passed in Stackmap object.
|
| - void SetBits(const Stackmap& bitmap);
|
| + void SetBits(const Stackmap& stackmap);
|
|
|
| private:
|
| static const intptr_t kInitialSizeInBytes = 16;
|
|
|