Index: test/cctest/test-spaces.cc |
=================================================================== |
--- test/cctest/test-spaces.cc (revision 4449) |
+++ test/cctest/test-spaces.cc (working copy) |
@@ -77,7 +77,7 @@ |
CHECK(p->is_valid()); |
p->opaque_header = 0; |
- p->is_normal_page = 0x1; |
+ p->SetIsLargeObjectPage(false); |
CHECK(!p->next_page()->is_valid()); |
CHECK(p->ObjectAreaStart() == page_start + Page::kObjectStartOffset); |