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

Unified Diff: tracing/tracing/ui/base/deep_utils.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
Index: tracing/tracing/ui/base/deep_utils.html
diff --git a/tracing/tracing/ui/base/deep_utils.html b/tracing/tracing/ui/base/deep_utils.html
index f715938d86cd49e43616bbd4a9718fada0a7425a..890297109c8e67fffe41e6e096c3d2137f5fbaab 100644
--- a/tracing/tracing/ui/base/deep_utils.html
+++ b/tracing/tracing/ui/base/deep_utils.html
@@ -79,12 +79,12 @@ tr.exportTo('tr.b', function() {
});
}
return {
- iterateElementDeeply: iterateElementDeeply,
- findDeepElementMatching: findDeepElementMatching,
- findDeepElementsMatching: findDeepElementsMatching,
- findDeepElementMatchingPredicate: findDeepElementMatchingPredicate,
- findDeepElementsMatchingPredicate: findDeepElementsMatchingPredicate,
- findDeepElementWithTextContent: findDeepElementWithTextContent
+ iterateElementDeeply,
+ findDeepElementMatching,
+ findDeepElementsMatching,
+ findDeepElementMatchingPredicate,
+ findDeepElementsMatchingPredicate,
+ findDeepElementWithTextContent,
};
});
</script>
« no previous file with comments | « tracing/tracing/ui/base/container_that_decorates_its_children.html ('k') | tracing/tracing/ui/base/dom_helpers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698