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

Unified Diff: tracing/tracing/model/memory_allocator_dump.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/model/location.html ('k') | tracing/tracing/model/memory_dump_test_utils.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/memory_allocator_dump.html
diff --git a/tracing/tracing/model/memory_allocator_dump.html b/tracing/tracing/model/memory_allocator_dump.html
index 65ecfa9b554893d8360f3d5d10e7dafccd0f655a..39c20775def470e52a39895963dbc6eccfe3dfa9 100644
--- a/tracing/tracing/model/memory_allocator_dump.html
+++ b/tracing/tracing/model/memory_allocator_dump.html
@@ -213,9 +213,9 @@ tr.exportTo('tr.model', function() {
};
return {
- MemoryAllocatorDump: MemoryAllocatorDump,
- MemoryAllocatorDumpLink: MemoryAllocatorDumpLink,
- MemoryAllocatorDumpInfoType: MemoryAllocatorDumpInfoType
+ MemoryAllocatorDump,
+ MemoryAllocatorDumpLink,
+ MemoryAllocatorDumpInfoType,
};
});
</script>
« no previous file with comments | « tracing/tracing/model/location.html ('k') | tracing/tracing/model/memory_dump_test_utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698