Index: third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html b/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html |
index ceade03d50e14bd9378b886171288ec5ad6d05e7..18ddd67bdbbf172c78d0e2c6a468466ee055ebe2 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html |
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html |
@@ -285,7 +285,7 @@ function test() |
}; |
var timelineController = InspectorTest.timelineController(); |
- timelineController._addCpuProfile(WebInspector.targetManager.mainTarget().id(), cpuProfile); |
+ timelineController._addCpuProfile(WebInspector.targetManager.mainTarget().id(), null, cpuProfile); |
timelineController.traceEventsCollected(rawTraceEvents); |
timelineController.tracingComplete(); |
var events = InspectorTest.timelineModel().inspectedTargetEvents(); |