Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 6b031708c767cbcdbd596e58c9959a513a8b40ac..d5e208f3709977d7a6354fb05c2617fffce5dda4 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -2627,7 +2627,8 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor { |
bool* has_side_effects); |
HValue* HandleKeyedElementAccess(HValue* obj, HValue* key, HValue* val, |
- Expression* expr, BailoutId return_id, |
+ Expression* expr, BailoutId ast_id, |
+ BailoutId return_id, |
PropertyAccessType access_type, |
bool* has_side_effects); |