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