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

Unified Diff: src/crankshaft/typing.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/crankshaft/hydrogen.cc ('k') | src/debug/liveedit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/typing.cc
diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc
index a42eb4d2bb8d3f9d70b8906d587f7b18528a340d..3b95841afde255b3b425c104a1ee5931e670e44a 100644
--- a/src/crankshaft/typing.cc
+++ b/src/crankshaft/typing.cc
@@ -6,10 +6,8 @@
#include "src/ast/compile-time-value.h"
#include "src/ast/scopes.h"
-#include "src/execution.h"
#include "src/frames-inl.h"
#include "src/frames.h"
-#include "src/isolate.h"
#include "src/ostreams.h"
#include "src/splay-tree-inl.h"
@@ -30,7 +28,7 @@
handle(closure->context()->native_context())),
store_(zone),
bounds_(bounds) {
- InitializeAstVisitor(isolate->stack_guard()->real_climit());
+ InitializeAstVisitor(isolate);
}
« no previous file with comments | « src/crankshaft/hydrogen.cc ('k') | src/debug/liveedit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698