| Index: LayoutTests/inspector/tracing/timeline-script-id-expected.txt
|
| diff --git a/LayoutTests/inspector/tracing/timeline-script-id-expected.txt b/LayoutTests/inspector/tracing/timeline-script-id-expected.txt
|
| index 944b24917b108447b1385576581e7dc3d74a7911..55ab51cc1830867230b0f281815cc6dbd39f74b2 100644
|
| --- a/LayoutTests/inspector/tracing/timeline-script-id-expected.txt
|
| +++ b/LayoutTests/inspector/tracing/timeline-script-id-expected.txt
|
| @@ -2,7 +2,8 @@ Test that checks location resolving mechanics for TimerInstall TimerRemove and F
|
|
|
| It expects two FunctionCall for InjectedScript, two TimerInstall events, two FunctionCall events and one TimerRemove event to be logged with performActions.js script name and some line number.
|
|
|
| -details.textContent for FunctionCall event: 'InjectedScript:1'
|
| +detailsTextContent for FunctionCall event: 'debugger:/VM:1'
|
| +details.textContent for FunctionCall event: 'VM:1'
|
| detailsTextContent for TimerInstall event: 'performActions.js:3'
|
| details.textContent for TimerInstall event: 'performActions.js:3'
|
| detailsTextContent for TimerInstall event: 'performActions.js:4'
|
|
|