| Index: sky/engine/wtf/DefaultAllocator.h
|
| diff --git a/sky/engine/wtf/DefaultAllocator.h b/sky/engine/wtf/DefaultAllocator.h
|
| index f6c1800e7fc63005030e8430b3e00a5b126cb5bb..cc68140411550915b1460b558c3e5d08a284f8f4 100644
|
| --- a/sky/engine/wtf/DefaultAllocator.h
|
| +++ b/sky/engine/wtf/DefaultAllocator.h
|
| @@ -35,10 +35,10 @@
|
| // traced, garbage collected heap. It uses FastMalloc for collections,
|
| // but uses the partition allocator for the backing store of the collections.
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/FastAllocBase.h"
|
| -#include "wtf/PartitionAlloc.h"
|
| -#include "wtf/WTF.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/FastAllocBase.h"
|
| +#include "sky/engine/wtf/PartitionAlloc.h"
|
| +#include "sky/engine/wtf/WTF.h"
|
|
|
| #include <string.h>
|
|
|
|
|