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 d5deb7df5c91833a26673fc619169343caa7bc0a..5c4cf0742406ddb00c6c393720b1f81eeb7dbc3f 100644 |
--- a/Source/devtools/front_end/timeline/TracingTimelineUIUtils.js |
+++ b/Source/devtools/front_end/timeline/TracingTimelineUIUtils.js |
@@ -163,8 +163,6 @@ WebInspector.TracingTimelineUIUtils.buildDetailsNodeForTraceEvent = function(eve |
case recordType.XHRReadyStateChange: |
case recordType.XHRLoad: |
case recordType.ResourceSendRequest: |
- case recordType.DecodeImage: |
- case recordType.ResizeImage: |
var url = eventData["url"]; |
if (url) |
detailsText = WebInspector.displayNameForURL(url); |