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

Unified Diff: src/compilation-cache.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/builtins/builtins.h ('k') | src/conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compilation-cache.h
diff --git a/src/compilation-cache.h b/src/compilation-cache.h
index 973673c524335a75e0c3d0cff60c3dba8603ebdf..8b0426974c99cb918750e25584f9bb934aa08e90 100644
--- a/src/compilation-cache.h
+++ b/src/compilation-cache.h
@@ -6,12 +6,14 @@
#define V8_COMPILATION_CACHE_H_
#include "src/allocation.h"
-#include "src/handles.h"
#include "src/objects.h"
namespace v8 {
namespace internal {
+template <typename T>
+class Handle;
+
// The compilation cache consists of several generational sub-caches which uses
// this class as a base class. A sub-cache contains a compilation cache tables
// for each generation of the sub-cache. Since the same source code string has
« no previous file with comments | « src/builtins/builtins.h ('k') | src/conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698