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

Unified Diff: tracing/tracing/base/base.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/base.html
diff --git a/tracing/tracing/base/base.html b/tracing/tracing/base/base.html
index a45e51eed8ff6bb94a07feae9c6b8acc945b7aac..829423f3479c0e9005b254092bb955fce9b88b34 100644
--- a/tracing/tracing/base/base.html
+++ b/tracing/tracing/base/base.html
@@ -178,15 +178,15 @@ this.tr = (function() {
}
return {
- initialize: initialize,
+ initialize,
- exportTo: exportTo,
- isExported: isExported,
- isDefined: isDefined,
+ exportTo,
+ isExported,
+ isDefined,
- showPanic: showPanic,
- hasPanic: hasPanic,
- getPanicText: getPanicText
+ showPanic,
+ hasPanic,
+ getPanicText,
};
})();

Powered by Google App Engine
This is Rietveld 408576698