| Index: LayoutTests/inspector/debugger/debugger-activation-crash2.html
|
| diff --git a/LayoutTests/inspector/debugger/debugger-activation-crash2.html b/LayoutTests/inspector/debugger/debugger-activation-crash2.html
|
| index b1a718ab1593c9b4208309a210a310e9bbc2c3ba..44a210268896eb742dd3bf515b7e13974bd54839 100644
|
| --- a/LayoutTests/inspector/debugger/debugger-activation-crash2.html
|
| +++ b/LayoutTests/inspector/debugger/debugger-activation-crash2.html
|
| @@ -40,7 +40,7 @@ function test() {
|
|
|
| function step3(callFrames)
|
| {
|
| - InspectorTest.captureStackTrace(callFrames, true);
|
| + InspectorTest.captureStackTrace(callFrames, null, { dropLineNumbers: true });
|
| InspectorTest.completeDebuggerTest();
|
| }
|
| }
|
|
|