Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: perf_insights/perf_insights/function_handle.html

Issue 1408033011: [PI] Quick fix for FunctionHandle loading strategy (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | perf_insights/perf_insights/function_handle_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | perf_insights/perf_insights/function_handle_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698