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

Unified Diff: perf_insights/perf_insights/function_handle_test.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 | « perf_insights/perf_insights/function_handle.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf_insights/perf_insights/function_handle_test.html
diff --git a/perf_insights/perf_insights/function_handle_test.html b/perf_insights/perf_insights/function_handle_test.html
index 8ebeeec531fecf2e2d842ba974559aa6188a7804..962b1a63fe84b8af980a76cec5243d4b6cfd5236 100644
--- a/perf_insights/perf_insights/function_handle_test.html
+++ b/perf_insights/perf_insights/function_handle_test.html
@@ -24,7 +24,7 @@ tr.b.unittest.testSuite(function() {
filename: 'foo.html'
};
var handleDict1 = {
- functionName: 'Bar'
+ function_name: 'Bar'
};
var handle0 = pi.FunctionHandle.fromDict(handleDict0);
« no previous file with comments | « perf_insights/perf_insights/function_handle.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698