| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 88a9fd81c0520cb8dfaa9c54e0c02e40f2603a4d..f60f2cb726b6d5dd1fd3fe9c2ee78b6a54d94be1 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -2865,9 +2865,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| void AddCheckPrototypeMaps(Handle<JSObject> holder,
|
| Handle<Map> receiver_map);
|
|
|
| - HInstruction* NewPlainFunctionCall(HValue* fun,
|
| - int argument_count,
|
| - bool pass_argument_count);
|
| + HInstruction* NewPlainFunctionCall(HValue* fun, int argument_count);
|
|
|
| HInstruction* NewArgumentAdaptorCall(HValue* fun, HValue* context,
|
| int argument_count,
|
|
|