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

Unified Diff: tracing/tracing/model/profile_node.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: manual fixes Created 4 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 | « tracing/tracing/model/process_memory_dump.html ('k') | tracing/tracing/model/profile_tree.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/profile_node.html
diff --git a/tracing/tracing/model/profile_node.html b/tracing/tracing/model/profile_node.html
index ab79784c31586dc43f5db69cf3470c6837c2007e..7d3b00614cbb31c2c4bfe9095777ff0255b8cb4a 100644
--- a/tracing/tracing/model/profile_node.html
+++ b/tracing/tracing/model/profile_node.html
@@ -84,7 +84,7 @@ tr.exportTo('tr.model', function() {
);
return {
- ProfileNode: ProfileNode
+ ProfileNode,
};
});
</script>
« no previous file with comments | « tracing/tracing/model/process_memory_dump.html ('k') | tracing/tracing/model/profile_tree.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698