Index: third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h b/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h |
index efa1b753908dbfe34faba2b4e128742c460564b3..d86d4b4d95f45776366b4e84825ca59091e23de1 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h |
@@ -6,7 +6,10 @@ |
#define RejectedPromises_h |
#include "core/fetch/AccessControlStatus.h" |
-#include "platform/heap/Handle.h" |
+#include "wtf/Deque.h" |
+#include "wtf/Forward.h" |
+#include "wtf/RefCounted.h" |
+#include "wtf/Vector.h" |
namespace v8 { |
class PromiseRejectMessage; |