Index: Source/devtools/front_end/timeline/TracingTimelineUIUtils.js |
diff --git a/Source/devtools/front_end/timeline/TracingTimelineUIUtils.js b/Source/devtools/front_end/timeline/TracingTimelineUIUtils.js |
index bb3187d6d6be8b551cc402ef201a81767e1da9cc..187e35ad4a55afcd6cef35f8a8a2d7faa08f1a47 100644 |
--- a/Source/devtools/front_end/timeline/TracingTimelineUIUtils.js |
+++ b/Source/devtools/front_end/timeline/TracingTimelineUIUtils.js |
@@ -497,5 +497,3 @@ WebInspector.TracingTimelineUIUtils._aggregatedStatsForTraceEvent = function(mod |
} |
return { aggregatedStats: aggregatedStats, hasChildren: hasChildren }; |
} |
- |
- |