| Index: third_party/WebKit/Source/platform/heap/HeapPage.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapPage.h b/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| index 3a43031bba9374f1cfc581d758a89aa01ccb96b8..69d369dc9ef587180b79c1c9ae17260cbd4b794c 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapPage.h
|
| @@ -42,7 +42,7 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/ContainerAnnotations.h"
|
| #include "wtf/Forward.h"
|
| -#include "wtf/allocator/PageAllocator.h"
|
| +#include "wtf/allocator/Partitions.h"
|
| #include <stdint.h>
|
|
|
| namespace blink {
|
| @@ -65,7 +65,7 @@ const size_t blinkPagesPerRegion = 10;
|
| // (whose size is 128 KB). So we don't use guard pages in NaCl.
|
| const size_t blinkGuardPageSize = 0;
|
| #else
|
| -const size_t blinkGuardPageSize = WTF::kSystemPageSize;
|
| +const size_t blinkGuardPageSize = base::kSystemPageSize;
|
| #endif
|
|
|
| // Double precision floats are more efficient when 8 byte aligned, so we 8 byte
|
|
|