| Index: third_party/WebKit/Source/core/dom/CrossThreadTask.h
|
| diff --git a/third_party/WebKit/Source/core/dom/CrossThreadTask.h b/third_party/WebKit/Source/core/dom/CrossThreadTask.h
|
| index fcaca1fc69282a3e8b7490b71f428a618dd14d3f..de306e33e28d763ba7de6ce7a372b3333f9e4374 100644
|
| --- a/third_party/WebKit/Source/core/dom/CrossThreadTask.h
|
| +++ b/third_party/WebKit/Source/core/dom/CrossThreadTask.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/dom/ExecutionContextTask.h"
|
| -#include "platform/CrossThreadFunctional.h"
|
| +#include "wtf/Functional.h"
|
| #include <type_traits>
|
|
|
| namespace blink {
|
|
|