Index: src/compiler/js-inlining.cc |
diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
index 110cec521d27c5407799482952b105fde5c0dab4..86463179486bcf326bed9a26842b2d48e95dc3d6 100644 |
--- a/src/compiler/js-inlining.cc |
+++ b/src/compiler/js-inlining.cc |
@@ -87,7 +87,7 @@ class Inlinee { |
} |
// Counts JSFunction, Receiver, arguments, context but not effect, control. |
- size_t total_parameters() { return start_->op()->OutputCount(); } |
+ size_t total_parameters() { return start_->op()->ValueOutputCount(); } |
// Counts only formal parameters. |
size_t formal_parameters() { |