Index: src/hydrogen.cc |
diff --git a/src/hydrogen.cc b/src/hydrogen.cc |
index 39a68cc6e1e946b1b006c1ef2caa4d5dbcc390a9..06a4ed816c57cd2116c8a029670ad05a09e67578 100644 |
--- a/src/hydrogen.cc |
+++ b/src/hydrogen.cc |
@@ -4703,7 +4703,7 @@ bool HGraphBuilder::TryInline(Call* expr, bool drop_extra) { |
// Parse and allocate variables. |
CompilationInfo target_info(target); |
- if (!ParserApi::Parse(&target_info) || |
+ if (!ParserApi::Parse(&target_info, kNoParsingFlags) || |
!Scope::Analyze(&target_info)) { |
if (target_info.isolate()->has_pending_exception()) { |
// Parse or scope error, never optimize this function. |