| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index db99b89c97560388131c9eecf933e451119b0800..3f2f6d1de88a964a065110608340668e3e7649ad 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -4099,10 +4099,7 @@ bool HGraphBuilder::TryInline(Call* expr) {
|
| if (!FullCodeGenerator::MakeCode(&inner_info)) return false;
|
| shared->EnableDeoptimizationSupport(*inner_info.code());
|
| Compiler::RecordFunctionCompilation(
|
| - Logger::FUNCTION_TAG,
|
| - Handle<String>(shared->DebugName()),
|
| - shared->start_position(),
|
| - &inner_info);
|
| + Logger::FUNCTION_TAG, &inner_info, shared);
|
| }
|
|
|
| // Save the pending call context and type feedback oracle. Set up new ones
|
|
|