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

Unified Diff: tracing/tracing/base/bbox2.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/base/base64.html ('k') | tracing/tracing/base/category_util.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/bbox2.html
diff --git a/tracing/tracing/base/bbox2.html b/tracing/tracing/base/bbox2.html
index ee18dfac1ef9ef30f64b19b3844824b006ab98f7..7d29915e502e33897a2fe3683b403dd96027d681 100644
--- a/tracing/tracing/base/bbox2.html
+++ b/tracing/tracing/base/bbox2.html
@@ -151,7 +151,7 @@ tr.exportTo('tr.b', function() {
};
return {
- BBox2: BBox2
+ BBox2,
};
});
« no previous file with comments | « tracing/tracing/base/base64.html ('k') | tracing/tracing/base/category_util.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698