| Index: perf_insights/perf_insights/function_handle.html
|
| diff --git a/perf_insights/perf_insights/function_handle.html b/perf_insights/perf_insights/function_handle.html
|
| index a894f54483d16ac4dfbaf6c09cdeb6a7bca2a0b5..241e6999cd0d24c2e56a9b748e785c5dfabc6e13 100644
|
| --- a/perf_insights/perf_insights/function_handle.html
|
| +++ b/perf_insights/perf_insights/function_handle.html
|
| @@ -94,7 +94,7 @@ tr.exportTo('pi', function() {
|
| if (handleDict.filename !== undefined) {
|
| return new FunctionHandle(handleDict.filename);
|
| }
|
| - return new FunctionHandle(undefined, handleDict.functionName);
|
| + return new FunctionHandle(undefined, handleDict.function_name);
|
| };
|
|
|
| return {
|
|
|