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

Unified Diff: src/fast-accessor-assembler.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/execution.h ('k') | src/field-type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/fast-accessor-assembler.h
diff --git a/src/fast-accessor-assembler.h b/src/fast-accessor-assembler.h
index c1380c90258169bcba6ffe6dd0a93159463fba94..f51d5a79e829eb4db2da4026ed799b168af06123 100644
--- a/src/fast-accessor-assembler.h
+++ b/src/fast-accessor-assembler.h
@@ -11,7 +11,7 @@
#include "include/v8-experimental.h"
#include "src/base/macros.h"
-#include "src/handles.h"
+#include "src/zone/zone.h"
namespace v8 {
namespace internal {
@@ -19,7 +19,8 @@ namespace internal {
class Code;
class CodeStubAssembler;
class Isolate;
-class Zone;
+template <typename T>
+class MaybeHandle;
namespace compiler {
class Node;
« no previous file with comments | « src/execution.h ('k') | src/field-type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698