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

Unified Diff: src/source-position-table.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/regexp/jsregexp-inl.h ('k') | test/cctest/heap/heap-tester.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/source-position-table.h
diff --git a/src/source-position-table.h b/src/source-position-table.h
index f569ac9819a97721269b7a2f8fa6c274cd9a2f90..756838d1e510b033e8f3f171a0c077bf31fecb23 100644
--- a/src/source-position-table.h
+++ b/src/source-position-table.h
@@ -8,7 +8,6 @@
#include "src/assert-scope.h"
#include "src/checks.h"
#include "src/globals.h"
-#include "src/handles.h"
#include "src/source-position.h"
#include "src/zone/zone-containers.h"
@@ -18,6 +17,8 @@ namespace internal {
class AbstractCode;
class BytecodeArray;
class ByteArray;
+template <typename T>
+class Handle;
class Isolate;
class Zone;
« no previous file with comments | « src/regexp/jsregexp-inl.h ('k') | test/cctest/heap/heap-tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698