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

Unified Diff: src/interpreter/handler-table-builder.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/i18n.h ('k') | src/objects/scope-info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interpreter/handler-table-builder.h
diff --git a/src/interpreter/handler-table-builder.h b/src/interpreter/handler-table-builder.h
index 50061949dc39bfbe2e4fdb03d1cd596d9f787e5d..b9bfc5be1727173294735e6977a5aebdc8e00081 100644
--- a/src/interpreter/handler-table-builder.h
+++ b/src/interpreter/handler-table-builder.h
@@ -5,7 +5,6 @@
#ifndef V8_INTERPRETER_HANDLER_TABLE_BUILDER_H_
#define V8_INTERPRETER_HANDLER_TABLE_BUILDER_H_
-#include "src/handles.h"
#include "src/interpreter/bytecode-register.h"
#include "src/interpreter/bytecodes.h"
#include "src/zone/zone-containers.h"
@@ -13,6 +12,8 @@
namespace v8 {
namespace internal {
+template <typename T>
+class Handle;
class HandlerTable;
class Isolate;
« no previous file with comments | « src/i18n.h ('k') | src/objects/scope-info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698