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

Unified Diff: src/crankshaft/typing.h

Issue 2312683002: Include only stuff you need, part 7: Fix scopes.h -> ast.h. (Closed)
Patch Set: Created 4 years, 3 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/compilation-info.cc ('k') | src/parsing/parser-base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/typing.h
diff --git a/src/crankshaft/typing.h b/src/crankshaft/typing.h
index ff112f0d36ed0575ac1dd7eee86b5883abf8f6e1..707a268d0a668a7c3915dc48c8092784fd8fb33a 100644
--- a/src/crankshaft/typing.h
+++ b/src/crankshaft/typing.h
@@ -8,7 +8,7 @@
#include "src/allocation.h"
#include "src/ast/ast-type-bounds.h"
#include "src/ast/ast-types.h"
-#include "src/ast/scopes.h"
+#include "src/ast/ast.h"
#include "src/ast/variables.h"
#include "src/effects.h"
#include "src/type-info.h"
@@ -17,6 +17,8 @@
namespace v8 {
namespace internal {
+class DeclarationScope;
+class Isolate;
class FunctionLiteral;
class AstTyper final : public AstVisitor<AstTyper> {
« no previous file with comments | « src/compilation-info.cc ('k') | src/parsing/parser-base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698