| Index: src/spaces.h
|
| ===================================================================
|
| --- src/spaces.h (revision 9009)
|
| +++ src/spaces.h (working copy)
|
| @@ -200,9 +200,9 @@
|
|
|
| inline void SetIsLargeObjectPage(bool is_large_object_page);
|
|
|
| - inline bool IsPageExecutable();
|
| + inline Executability PageExecutability();
|
|
|
| - inline void SetIsPageExecutable(bool is_page_executable);
|
| + inline void SetPageExecutability(Executability executable);
|
|
|
| // Returns the offset of a given address to this page.
|
| INLINE(int Offset(Address a)) {
|
|
|