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

Unified Diff: tracing/tracing/ui/analysis/object_snapshot_view.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
Index: tracing/tracing/ui/analysis/object_snapshot_view.html
diff --git a/tracing/tracing/ui/analysis/object_snapshot_view.html b/tracing/tracing/ui/analysis/object_snapshot_view.html
index 4363e9fb46687f9e17a5c6ad55a39dc92cac19e0..238e4a7af3f0ee62f23a9827c4c7756070be74fc 100644
--- a/tracing/tracing/ui/analysis/object_snapshot_view.html
+++ b/tracing/tracing/ui/analysis/object_snapshot_view.html
@@ -57,7 +57,7 @@ tr.exportTo('tr.ui.analysis', function() {
tr.b.decorateExtensionRegistry(ObjectSnapshotView, options);
return {
- ObjectSnapshotView: ObjectSnapshotView
+ ObjectSnapshotView,
};
});
</script>
« no previous file with comments | « tracing/tracing/ui/analysis/object_instance_view.html ('k') | tracing/tracing/ui/analysis/rebuildable_behavior.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698