Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(994)

Unified Diff: src/execution.h

Issue 2654253002: [iwyu] Include handles.h less. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/conversions.cc ('k') | src/fast-accessor-assembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/execution.h
diff --git a/src/execution.h b/src/execution.h
index 642a76e6ed5bd66d6193e1439ffd4c9b406129d3..92d11daab0cd9ff33898c87ad39dc6d3176e0428 100644
--- a/src/execution.h
+++ b/src/execution.h
@@ -7,12 +7,14 @@
#include "src/allocation.h"
#include "src/base/atomicops.h"
-#include "src/handles.h"
#include "src/utils.h"
namespace v8 {
namespace internal {
+template <typename T>
+class Handle;
+
class Execution final : public AllStatic {
public:
// Whether to report pending messages, or keep them pending on the isolate.
« no previous file with comments | « src/conversions.cc ('k') | src/fast-accessor-assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698