| Index: sky/engine/wtf/PartitionAlloc.h
|
| diff --git a/sky/engine/wtf/PartitionAlloc.h b/sky/engine/wtf/PartitionAlloc.h
|
| index 03acbb72927a5c1e3adaab367a644c1bba68be93..2659cafd9b203d0c8a26ad8cad4288322f875626 100644
|
| --- a/sky/engine/wtf/PartitionAlloc.h
|
| +++ b/sky/engine/wtf/PartitionAlloc.h
|
| @@ -96,12 +96,12 @@
|
| // - Better checking for wild pointers in free().
|
| // - Better freelist masking function to guarantee fault on 32-bit.
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/BitwiseOperations.h"
|
| -#include "wtf/ByteSwap.h"
|
| -#include "wtf/CPU.h"
|
| -#include "wtf/PageAllocator.h"
|
| -#include "wtf/SpinLock.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/BitwiseOperations.h"
|
| +#include "sky/engine/wtf/ByteSwap.h"
|
| +#include "sky/engine/wtf/CPU.h"
|
| +#include "sky/engine/wtf/PageAllocator.h"
|
| +#include "sky/engine/wtf/SpinLock.h"
|
|
|
| #include <limits.h>
|
|
|
|
|