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

Unified Diff: src/objects/scope-info.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/interpreter/handler-table-builder.h ('k') | src/parsing/func-name-inferrer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/scope-info.h
diff --git a/src/objects/scope-info.h b/src/objects/scope-info.h
index 671734e05ad66d265ceaee63ce9f1a8cbe49f1b8..75a374d5d88d50b6ed70b989ebc4a8d512a11883 100644
--- a/src/objects/scope-info.h
+++ b/src/objects/scope-info.h
@@ -6,7 +6,6 @@
#define V8_OBJECTS_SCOPE_INFO_H_
#include "src/globals.h"
-#include "src/handles.h"
#include "src/objects.h"
#include "src/utils.h"
@@ -16,7 +15,11 @@
namespace v8 {
namespace internal {
+template <typename T>
+class Handle;
class Isolate;
+template <typename T>
+class MaybeHandle;
class Scope;
class Zone;
« no previous file with comments | « src/interpreter/handler-table-builder.h ('k') | src/parsing/func-name-inferrer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698