Index: LayoutTests/inspector/timeline/timeline-network-resource.html |
diff --git a/LayoutTests/inspector/timeline/timeline-network-resource.html b/LayoutTests/inspector/timeline/timeline-network-resource.html |
index ac94bf2ea0b6f732c82d1f810093299d22e8abda..1cae523912ddc761acf1be156b1338bc42574d9d 100644 |
--- a/LayoutTests/inspector/timeline/timeline-network-resource.html |
+++ b/LayoutTests/inspector/timeline/timeline-network-resource.html |
@@ -26,10 +26,10 @@ function test() |
function step1() |
{ |
InspectorTest.evaluateInPage("performActions()"); |
- InspectorTest.addConsoleSniffer(step2); |
} |
- function step2() |
+ // It will be called from timeline-network-resource.js script by evaluateInWebInspector call. |
+ InspectorTest.scriptEvaluated = function() |
{ |
InspectorTest.stopTimeline(step3); |
} |