Chromium Code Reviews| Index: vm/pages.h |
| =================================================================== |
| --- vm/pages.h (revision 2792) |
| +++ vm/pages.h (working copy) |
| @@ -104,7 +104,6 @@ |
| static intptr_t LargePageSizeFor(intptr_t size); |
| bool CanIncreaseCapacity(intptr_t increase) { |
|
siva
2011/12/22 23:48:38
Why did you remove the assert why not change to:
A
Ivan Posva
2011/12/23 00:12:06
Assertion adjusted.
|
| - ASSERT(capacity_ < max_capacity_); |
| return increase <= (max_capacity_ - capacity_); |
| } |