| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in.html
|
| index 4d9a96cc816a9ea0af0af59996add37938ae4dd6..1977578872c4503179b2d063273b5e9f6574b4bb 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in.html
|
| @@ -37,7 +37,7 @@ function test3()
|
| function test4()
|
| {
|
| debugger;
|
| - Framework.safeRun(Framework.doSomeWork, callback); // Should NOT step into callback (otherwise too many StepIns)
|
| + Framework.safeRun(Framework.doSomeWork, callback); // Should step into callback
|
| }
|
|
|
| function test5()
|
|
|