| Index: third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames.html b/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames.html
|
| index efb2a9789b438363e56041c18d20ece08ec73196..d80c305bf5d82bd2abce25649efe9e7e2875370e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames.html
|
| @@ -88,6 +88,8 @@ function test()
|
|
|
| function processEvent(expectedFunctions, event)
|
| {
|
| + if (event.name === WebInspector.TimelineModel.RecordType.EvaluateScript)
|
| + InspectorTest.printTraceEventProperties(event);
|
| if (event.name === WebInspector.TimelineModel.RecordType.JSFrame)
|
| expectedFunctions.delete(event.args.data.functionName);
|
| return expectedFunctions;
|
|
|