Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index a8795900b0c54ce18a27db30aada6c4d87fa5c0d..c7fffb733b8cd37b47491eb0d9e8b564c32c1f16 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -1005,6 +1005,7 @@ class Heap { |
| // Returns whether the object resides in new space. |
| inline bool InNewSpace(Object* object); |
| inline bool InNewSpace(Address addr); |
| + inline bool InNewSpacePage(Address addr); |
| inline bool InFromSpace(Object* object); |
| inline bool InToSpace(Object* object); |