Chromium Code Reviews| Index: src/objects.h |
| =================================================================== |
| --- src/objects.h (revision 2742) |
| +++ src/objects.h (working copy) |
| @@ -905,7 +905,7 @@ |
| static inline Smi* FromIntptr(intptr_t value); |
| // Returns whether value can be represented in a Smi. |
| - static inline bool IsValid(int value); |
| + static inline bool IsValid(intptr_t value); |
| static inline bool IsIntptrValid(intptr_t); |