| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index b58d942e6d84807b0704d28362b4419a3d6cd9fc..ab0d2267d876428359193ebf7fee112a178fc9be 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -2473,10 +2473,8 @@
|
| HValue* implicit_return_value);
|
| bool TryInlineIndirectCall(Handle<JSFunction> function, Call* expr,
|
| int arguments_count);
|
| - bool TryInlineBuiltinGetterCall(Handle<JSFunction> function,
|
| - Handle<Map> receiver_map, BailoutId ast_id);
|
| - bool TryInlineBuiltinMethodCall(Handle<JSFunction> function,
|
| - Handle<Map> receiver_map, BailoutId ast_id,
|
| + bool TryInlineBuiltinMethodCall(Call* expr, Handle<JSFunction> function,
|
| + Handle<Map> receiver_map,
|
| int args_count_no_receiver);
|
| bool TryInlineBuiltinFunctionCall(Call* expr);
|
| enum ApiCallType {
|
|
|