| Index: src/compiler/js-inlining.cc
|
| diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc
|
| index 73cc1201d8f13a3efeb4ce421d17d4a6c809f725..1ecf0ea6be245de8c41838a64c19529a02fbc443 100644
|
| --- a/src/compiler/js-inlining.cc
|
| +++ b/src/compiler/js-inlining.cc
|
| @@ -66,7 +66,7 @@ class JSCallAccessor {
|
| return call_->op()->ValueInputCount() - 2;
|
| }
|
|
|
| - float frequency() const {
|
| + CallFrequency frequency() const {
|
| return (call_->opcode() == IrOpcode::kJSCall)
|
| ? CallParametersOf(call_->op()).frequency()
|
| : ConstructParametersOf(call_->op()).frequency();
|
|
|