| Index: chrome/browser/resources/profiler/profiler.js
|
| diff --git a/chrome/browser/resources/profiler/profiler.js b/chrome/browser/resources/profiler/profiler.js
|
| index 09294ded56ac68d956d37f2d008b9ec6a4aae41b..1c15b136fde1de6727c16a67e098499d45cf2c46 100644
|
| --- a/chrome/browser/resources/profiler/profiler.js
|
| +++ b/chrome/browser/resources/profiler/profiler.js
|
| @@ -367,20 +367,20 @@ var MainView = (function() {
|
|
|
| KEY_PROPERTIES[KEY_FUNCTION_NAME] = {
|
| name: 'Function name',
|
| - inputJsonKey: 'location.function_name',
|
| + inputJsonKey: 'birth_location.function_name',
|
| aggregator: UniquifyAggregator,
|
| };
|
|
|
| KEY_PROPERTIES[KEY_FILE_NAME] = {
|
| name: 'File name',
|
| - inputJsonKey: 'location.file_name',
|
| + inputJsonKey: 'birth_location.file_name',
|
| aggregator: UniquifyAggregator,
|
| };
|
|
|
| KEY_PROPERTIES[KEY_LINE_NUMBER] = {
|
| name: 'Line number',
|
| cellAlignment: 'right',
|
| - inputJsonKey: 'location.line_number',
|
| + inputJsonKey: 'birth_location.line_number',
|
| aggregator: UniquifyAggregator,
|
| };
|
|
|
|
|