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