| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index 459b8acd854aa0178a933f85b33cea1ea8f0e366..f8e95309bc2a63da4d1fd1f0b79a87988151623c 100644
|
| --- a/Source/platform/heap/ThreadState.h
|
| +++ b/Source/platform/heap/ThreadState.h
|
| @@ -32,9 +32,9 @@
|
| #define ThreadState_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "platform/heap/AddressSanitizer.h"
|
| #include "platform/heap/ThreadingTraits.h"
|
| #include "public/platform/WebThread.h"
|
| +#include "wtf/AddressSanitizer.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/HashSet.h"
|
|
|