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

Unified Diff: src/ast/ast-numbering.cc

Issue 2305373002: Revert of includes: Make ast.h not need isolate.h any more. (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/ast/ast-expression-rewriter.h ('k') | src/ast/ast-traversal-visitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/ast-numbering.cc
diff --git a/src/ast/ast-numbering.cc b/src/ast/ast-numbering.cc
index 9d4cd08064b34c355d0dd6441975d4bc849a29cc..96f138241f0c2dce36472543c3487ee08836a370 100644
--- a/src/ast/ast-numbering.cc
+++ b/src/ast/ast-numbering.cc
@@ -6,8 +6,6 @@
#include "src/ast/ast.h"
#include "src/ast/scopes.h"
-#include "src/execution.h"
-#include "src/isolate.h"
namespace v8 {
namespace internal {
@@ -23,7 +21,7 @@
slot_cache_(zone),
dont_optimize_reason_(kNoReason),
catch_prediction_(HandlerTable::UNCAUGHT) {
- InitializeAstVisitor(isolate->stack_guard()->real_climit());
+ InitializeAstVisitor(isolate);
}
bool Renumber(FunctionLiteral* node);
« no previous file with comments | « src/ast/ast-expression-rewriter.h ('k') | src/ast/ast-traversal-visitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698