Chromium Code Reviews| Index: runtime/platform/utils.h |
| =================================================================== |
| --- runtime/platform/utils.h (revision 32732) |
| +++ runtime/platform/utils.h (working copy) |
| @@ -76,7 +76,7 @@ |
| return reinterpret_cast<T*>(RoundUp(reinterpret_cast<uword>(x), n)); |
| } |
| - static uint32_t RoundUpToPowerOfTwo(uint32_t x); |
| + static uintptr_t RoundUpToPowerOfTwo(uintptr_t x); |
| static int CountOneBits(uint32_t x); |
| static int HighestBit(int64_t v); |