| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
|
| index 0b7ede9b052892f080eacf3dec201ca9c69a1c87..efec2612f8215c00fe472e24607fe6667e823ead 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
|
| @@ -38,7 +38,7 @@ function test()
|
| return;
|
| // Here and below: pretend coalesced record are just not there, as coalescation is time dependent and, hence, not stable.
|
| // Filter out InjectedScript function call because they happen out of sync.
|
| - if (typesToDump.has(traceEvent.name) && (traceEvent.name !== "FunctionCall" || traceEvent.args["data"].scriptName))
|
| + if (typesToDump.has(traceEvent.name) && (traceEvent.name !== "FunctionCall" || traceEvent.args["data"]["url"]))
|
| InspectorTest.addResult(" ".repeat(level - 1) + traceEvent.name);
|
| }
|
| InspectorTest.walkTimelineEventTree(dumpEvent);
|
|
|