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

Unified Diff: tracing/tracing/base/extension_registry_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/extension_registry_base.html
diff --git a/tracing/tracing/base/extension_registry_base.html b/tracing/tracing/base/extension_registry_base.html
index 9a2c4ee0163ee2e0eb66ea6f589f3f3c6438c5c9..e4670bb60f6fc27373d73af28e17c1863a7b96ba 100644
--- a/tracing/tracing/base/extension_registry_base.html
+++ b/tracing/tracing/base/extension_registry_base.html
@@ -93,8 +93,8 @@ tr.exportTo('tr.b', function() {
BASIC_REGISTRY_MODE: BASIC_REGISTRY_MODE,
TYPE_BASED_REGISTRY_MODE: TYPE_BASED_REGISTRY_MODE,
- ExtensionRegistryOptions: ExtensionRegistryOptions,
- RegisteredTypeInfo: RegisteredTypeInfo
+ ExtensionRegistryOptions,
+ RegisteredTypeInfo,
};
});

Powered by Google App Engine
This is Rietveld 408576698