| Index: src/accessors.cc
|
| diff --git a/src/accessors.cc b/src/accessors.cc
|
| index 43d54fe47482846303ec46d03d3b5e2126a7dfeb..b7939c575c4a2651373de6b1c014efb21ed24996 100644
|
| --- a/src/accessors.cc
|
| +++ b/src/accessors.cc
|
| @@ -676,7 +676,7 @@ static void ComputeSlotMappingForArguments(JavaScriptFrame* frame,
|
| Vector<SlotRef>* args_slots) {
|
| AssertNoAllocation no_gc;
|
|
|
| - int deopt_index = AstNode::kNoNumber;
|
| + AstId deopt_index = kNoAstId;
|
|
|
| DeoptimizationInputData* data =
|
| static_cast<OptimizedFrame*>(frame)->GetDeoptimizationData(&deopt_index);
|
|
|