| 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 2f1eebb0d5d3516a93c71294b34f804e2b20aedc..6512f5bf3426831bbc2155656e28004fd4e8b766 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| @@ -47,6 +47,7 @@
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "platform/instrumentation/tracing/web_memory_allocator_dump.h"
|
| #include "platform/instrumentation/tracing/web_process_memory_dump.h"
|
| +#include "platform/scheduler/child/web_scheduler.h"
|
| #include "platform/wtf/CurrentTime.h"
|
| #include "platform/wtf/DataLog.h"
|
| #include "platform/wtf/PtrUtil.h"
|
| @@ -54,7 +55,6 @@
|
| #include "platform/wtf/ThreadingPrimitives.h"
|
| #include "platform/wtf/allocator/Partitions.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/WebScheduler.h"
|
| #include "public/platform/WebThread.h"
|
| #include "public/platform/WebTraceLocation.h"
|
|
|
|
|