| Index: Source/wtf/FastAllocBase.h
|
| diff --git a/Source/wtf/FastAllocBase.h b/Source/wtf/FastAllocBase.h
|
| index f6bcb63c63c2977e0f02a52ec004fa95ea2eef6f..3a01709e3d72bd12a1eafb9c54602c18a3f0ea1d 100644
|
| --- a/Source/wtf/FastAllocBase.h
|
| +++ b/Source/wtf/FastAllocBase.h
|
| @@ -49,9 +49,9 @@
|
|
|
| #include <new>
|
| #include <stdint.h>
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/FastMalloc.h>
|
| -#include <wtf/StdLibExtras.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/FastMalloc.h"
|
| +#include "wtf/StdLibExtras.h"
|
|
|
| // This needs to exist because some classes (e.g. StringImpl) want to use
|
| // fastMalloc() to return an object pointer and then have it deleted (as
|
|
|