| Index: src/compiler/ast-graph-builder.cc | 
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc | 
| index da8b62607c6181f8c559e5fc816aac84f4500c59..5ea67b0affb4b4e98a15f2deeeae8afb6f91f8d5 100644 | 
| --- a/src/compiler/ast-graph-builder.cc | 
| +++ b/src/compiler/ast-graph-builder.cc | 
| @@ -3109,7 +3109,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); | 
| } | 
|  | 
|  | 
|  |