| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index 36a0ecea8dcaba5dbf79d390e13a4eda544b9e73..f03ac109d32598ee892e8fd7be4c51524d090c7c 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -3094,7 +3094,7 @@ LanguageMode AstGraphBuilder::language_mode() const {
|
|
|
| VectorSlotPair AstGraphBuilder::CreateVectorSlotPair(
|
| FeedbackVectorSlot slot) const {
|
| - return VectorSlotPair(handle(info()->shared_info()->feedback_vector()), slot);
|
| + return VectorSlotPair(handle(info()->closure()->feedback_vector()), slot);
|
| }
|
|
|
|
|
|
|