Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index ccf41716f6c9e9cb3a2237066421c8b3c7868d36..ede006c04cf27d7cfb4709a31c554efb809a2bc0 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -222,8 +222,8 @@ void CompilationInfo::EnsureFeedbackVector() { |
} |
-bool CompilationInfo::is_simple_parameter_list() { |
- return scope()->is_simple_parameter_list(); |
+bool CompilationInfo::has_simple_parameters() { |
+ return scope()->has_simple_parameters(); |
} |