| Index: third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp b/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp
|
| index 2974dafb998ad8f9acd9a5570c61bc5943d663ce..71c6bbeeac6bde072422896ac2be62ce43d10d98 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp
|
| @@ -15,11 +15,11 @@
|
| #include "core/events/PromiseRejectionEvent.h"
|
| #include "core/inspector/ThreadDebugger.h"
|
| #include "platform/WebTaskRunner.h"
|
| +#include "platform/wtf/Functional.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebScheduler.h"
|
| #include "public/platform/WebThread.h"
|
| -#include "wtf/Functional.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|