| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 62d88858144bd668be72f639010f0947daa56f18..619a12f4641de72ee0d895fe6eeb719e1002cb65 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -1433,7 +1433,8 @@ class HGraphBuilder {
|
| Type* left_type, Type* right_type,
|
| Type* result_type, Maybe<int> fixed_right_arg,
|
| HAllocationMode allocation_mode,
|
| - Strength strength);
|
| + Strength strength,
|
| + BailoutId opt_id = BailoutId::None());
|
|
|
| HLoadNamedField* AddLoadFixedArrayLength(HValue *object,
|
| HValue *dependency = NULL);
|
|
|