Chromium Code Reviews| Index: src/heap/spaces.h |
| diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
| index bf958a48069decb3a9c0e231010fc19361637006..029e5c6f15b56765bccc14c1e44f24e9c6be1240 100644 |
| --- a/src/heap/spaces.h |
| +++ b/src/heap/spaces.h |
| @@ -2889,6 +2889,7 @@ class LargeObjectSpace : public Space { |
| // Checks whether a heap object is in this space; O(1). |
| bool Contains(HeapObject* obj); |
| + bool Contains(Address address); |
| // Checks whether the space is empty. |
| bool IsEmpty() { return first_page_ == NULL; } |