Index: src/compiler/js-inlining.cc |
diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
index d3e67b65eaead22ac94900b9d910541738fe4f8f..d644da34a1747e9eeb3573be31eebe75cc4b45f0 100644 |
--- a/src/compiler/js-inlining.cc |
+++ b/src/compiler/js-inlining.cc |
@@ -336,7 +336,7 @@ Reduction JSInliner::Reduce(Node* node) { |
CompilationInfoWithZone info(function); |
- if (!Compiler::ParseAndAnalyze(&info)) return NoChange(); |
+ if (!Compiler::ParseAndAnalyze(info.parse_info())) return NoChange(); |
if (!Compiler::EnsureDeoptimizationSupport(&info)) return NoChange(); |
if (info.scope()->arguments() != NULL && is_sloppy(info.language_mode())) { |