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