| Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| index 2e3bd22e9f01ad87583fe5da50e6962f8bf9f9b4..873baa3c94e48d340e093e52178b17933042dc4d 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| @@ -47,8 +47,8 @@
|
| #include "public/platform/WebTraceLocation.h"
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/DataLog.h"
|
| -#include "wtf/Partitions.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
| +#include "wtf/allocator/Partitions.h"
|
|
|
| #if OS(WIN)
|
| #include <stddef.h>
|
|
|