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

Unified Diff: src/field-type.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/fast-accessor-assembler.h ('k') | src/futex-emulation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/field-type.h
diff --git a/src/field-type.h b/src/field-type.h
index 11e1069c839a2ab7d98b6d4eda626d97e437e4f3..2f8250a161aa4e7e27152900b2cf55c5988bcca3 100644
--- a/src/field-type.h
+++ b/src/field-type.h
@@ -6,13 +6,15 @@
#define V8_FIELD_TYPE_H_
#include "src/ast/ast-types.h"
-#include "src/handles.h"
#include "src/objects.h"
#include "src/ostreams.h"
namespace v8 {
namespace internal {
+template <typename T>
+class Handle;
+
class FieldType : public Object {
public:
static FieldType* None();
« no previous file with comments | « src/fast-accessor-assembler.h ('k') | src/futex-emulation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698