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

Unified Diff: tracing/tracing/value/numeric.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/value/numeric.html
diff --git a/tracing/tracing/value/numeric.html b/tracing/tracing/value/numeric.html
index 1b9df822bc9596652b2f445ab90d5679832a2f12..3c552a21108758071f4dbe6bb4daa3e483daf15d 100644
--- a/tracing/tracing/value/numeric.html
+++ b/tracing/tracing/value/numeric.html
@@ -86,8 +86,8 @@ tr.exportTo('tr.v', function() {
}
return {
- NumericBase: NumericBase,
- ScalarNumeric: ScalarNumeric
+ NumericBase,
+ ScalarNumeric,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698