| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index cbc4e518d2c53bbbb5620895db0c759d4a0693db..9c11c658a62763401f6f022078bd2b58751b8c62 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -1711,7 +1711,8 @@ StrictMode AstGraphBuilder::strict_mode() const {
|
| }
|
|
|
|
|
| -VectorSlotPair AstGraphBuilder::CreateVectorSlotPair(int slot) const {
|
| +VectorSlotPair AstGraphBuilder::CreateVectorSlotPair(
|
| + FeedbackVectorSlot slot) const {
|
| return VectorSlotPair(handle(info()->shared_info()->feedback_vector()), slot);
|
| }
|
|
|
|
|