Chromium Code Reviews| Index: src/store-buffer.cc |
| diff --git a/src/store-buffer.cc b/src/store-buffer.cc |
| index 547359a09d50d8a33c70b73fdb3e3b3085480572..ab1323231dd5bffde33a14cd706f951b93472704 100644 |
| --- a/src/store-buffer.cc |
| +++ b/src/store-buffer.cc |
| @@ -448,7 +448,6 @@ void StoreBuffer::FindPointersToNewSpaceInMapsRegion( |
| Address map_aligned_end = MapEndAlign(end); |
| ASSERT(map_aligned_start == start); |
| - ASSERT(map_aligned_end == end); |
|
Hannes Payer (out of office)
2014/05/20 05:49:49
can we change the assert to ASSERT(map_aligned_sta
|
| FindPointersToNewSpaceInMaps(map_aligned_start, |
| map_aligned_end, |