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

Unified Diff: tracing/tracing/base/rect.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/rect.html
diff --git a/tracing/tracing/base/rect.html b/tracing/tracing/base/rect.html
index 91aa81988521e3d5ab7e61547b82c658a3c28288..62a4eb001f3837ff2bfbbf7d84016b01ec58f895 100644
--- a/tracing/tracing/base/rect.html
+++ b/tracing/tracing/base/rect.html
@@ -157,7 +157,7 @@ tr.exportTo('tr.b', function() {
};
return {
- Rect: Rect
+ Rect,
};
});

Powered by Google App Engine
This is Rietveld 408576698