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

Unified Diff: tracing/tracing/base/bbox2.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: . 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/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,
};
});

Powered by Google App Engine
This is Rietveld 408576698