Index: Source/devtools/front_end/timeline/TimelineView.js |
diff --git a/Source/devtools/front_end/timeline/TimelineView.js b/Source/devtools/front_end/timeline/TimelineView.js |
index a0842483178b755d3ddb1a1f64aa742834ff0234..ef901c79f7590d04b4ed824dc08bf38c663c2829 100644 |
--- a/Source/devtools/front_end/timeline/TimelineView.js |
+++ b/Source/devtools/front_end/timeline/TimelineView.js |
@@ -712,7 +712,6 @@ WebInspector.TimelineView.prototype = { |
var anchor = element.enclosingNodeOrSelfWithClass("timeline-graph-bar"); |
if (anchor && anchor._tasksInfo) |
return anchor; |
- return null; |
}, |
_mouseOut: function() |