| Index: src/compilation-info.h
|
| diff --git a/src/compilation-info.h b/src/compilation-info.h
|
| index 77b9e34306aa236fdd9dd0bb0d930cc3b524ffdb..83bc92ed0503c6a438f3de70ad2568a853178b87 100644
|
| --- a/src/compilation-info.h
|
| +++ b/src/compilation-info.h
|
| @@ -292,7 +292,7 @@
|
| inlined_code_object_root(inlined_code_object_root) {
|
| position.position = pos;
|
| // initialized when generating the deoptimization literals
|
| - position.inlined_function_id = DeoptimizationInputData::kNotInlinedIndex;
|
| + position.inlined_function_id = -1;
|
| }
|
|
|
| void RegisterInlinedFunctionId(size_t inlined_function_id) {
|
|
|