| Index: third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| diff --git a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| index f19c6a555b6648a4ead84ada544bc4bd84ce614c..b605e84810e475b4304ad1b935f8e1a3a666f920 100644
|
| --- a/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| +++ b/third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp
|
| @@ -6,9 +6,9 @@
|
|
|
| #include <memory>
|
| #include "platform/heap/SafePoint.h"
|
| +#include "platform/scheduler/child/web_scheduler.h"
|
| #include "platform/wtf/PtrUtil.h"
|
| #include "platform/wtf/Threading.h"
|
| -#include "public/platform/WebScheduler.h"
|
|
|
| namespace blink {
|
|
|
|
|