| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index 6761bda27192f84fc25199a5ab5c010449d5dda0..5406ccd1fc1150d4fc29c39101476ebda97cb6ec 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -700,7 +700,7 @@ class FullCodeGenerator: public AstVisitor {
|
| bool is_eval() { return info_->is_eval(); }
|
| bool is_native() { return info_->is_native(); }
|
| LanguageMode language_mode() { return function()->language_mode(); }
|
| - bool is_simple_parameter_list() { return info_->is_simple_parameter_list(); }
|
| + bool has_simple_parameters() { return info_->has_simple_parameters(); }
|
| FunctionLiteral* function() { return info_->function(); }
|
| Scope* scope() { return scope_; }
|
|
|
|
|