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

Unified Diff: tracing/tracing/base/event_target.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/event.html ('k') | tracing/tracing/base/extension_registry.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/event_target.html
diff --git a/tracing/tracing/base/event_target.html b/tracing/tracing/base/event_target.html
index 7c95eda54349658622929f277bbddfec0bba681f..9fe3a1fc373755e7651637a3050c137fdb9d9c81 100644
--- a/tracing/tracing/base/event_target.html
+++ b/tracing/tracing/base/event_target.html
@@ -154,8 +154,8 @@ tr.exportTo('tr.b', function() {
// Export
return {
- EventTarget: EventTarget,
- EventTargetHelper: EventTargetHelper
+ EventTarget,
+ EventTargetHelper,
};
});
</script>
« no previous file with comments | « tracing/tracing/base/event.html ('k') | tracing/tracing/base/extension_registry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698