Index: LayoutTests/inspector/timeline/timeline-receive-response-event.html |
diff --git a/LayoutTests/inspector/timeline/timeline-receive-response-event.html b/LayoutTests/inspector/timeline/timeline-receive-response-event.html |
index a55c3fdf3b24f1d10f526c346f5a3a2ee8467bba..01414e54450f9231a10dbaa53c187d7c4ef68192 100644 |
--- a/LayoutTests/inspector/timeline/timeline-receive-response-event.html |
+++ b/LayoutTests/inspector/timeline/timeline-receive-response-event.html |
@@ -21,6 +21,7 @@ function test() |
{ |
WebInspector.inspectorView.showPanel("timeline"); |
WebInspector.panels.timeline._model._collectionEnabled = true; |
+ WebInspector.inspectorView.panel("timeline")._model._currentTarget = WebInspector.targetManager.mainTarget(); |
TimelineAgent.start(step1); |