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

Unified Diff: tracing/tracing/importer/find_startup_expectations.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/importer/find_startup_expectations.html
diff --git a/tracing/tracing/importer/find_startup_expectations.html b/tracing/tracing/importer/find_startup_expectations.html
index 01fc9d7153ef679a149a1b2858aa5e2e62b4fb8a..dfd56c6c1090bc36f533b0a2de6e61439b7af7f4 100644
--- a/tracing/tracing/importer/find_startup_expectations.html
+++ b/tracing/tracing/importer/find_startup_expectations.html
@@ -83,7 +83,7 @@ tr.exportTo('tr.importer', function() {
}
return {
- findStartupExpectations: findStartupExpectations
+ findStartupExpectations,
};
});
</script>

Powered by Google App Engine
This is Rietveld 408576698