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

Unified Diff: src/builtins/builtins.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/api-experimental.h ('k') | src/compilation-cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/builtins.h
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
index 1a706924aaff8928589990132128701c617d5a24..205f61c2119cfa204a210a36886b29377b5c27d4 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -6,11 +6,15 @@
#define V8_BUILTINS_BUILTINS_H_
#include "src/base/flags.h"
-#include "src/handles.h"
+#include "src/globals.h"
namespace v8 {
namespace internal {
+template <typename T>
+class Handle;
+class Isolate;
+
#define CODE_AGE_LIST_WITH_ARG(V, A) \
V(Quadragenarian, A) \
V(Quinquagenarian, A) \
« no previous file with comments | « src/api-experimental.h ('k') | src/compilation-cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698