Index: src/interpreter/bytecode-array-builder.cc |
diff --git a/src/interpreter/bytecode-array-builder.cc b/src/interpreter/bytecode-array-builder.cc |
index edeb7ca1f22581e3b649c88ee588eaba8e9fae6e..ffab30c4caeb911cd987323889029e4305f7a34c 100644 |
--- a/src/interpreter/bytecode-array-builder.cc |
+++ b/src/interpreter/bytecode-array-builder.cc |
@@ -640,9 +640,9 @@ BytecodeArrayBuilder& BytecodeArrayBuilder::StoreDataPropertyInLiteral( |
} |
BytecodeArrayBuilder& BytecodeArrayBuilder::CollectTypeProfile( |
- Register name, int feedback_slot) { |
+ int position, int feedback_slot) { |
DCHECK(FLAG_type_profile); |
- OutputCollectTypeProfile(name, feedback_slot); |
+ OutputCollectTypeProfile(position, feedback_slot); |
return *this; |
} |