| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
|
| index 13ecdbb91292e6bc3079d2320b313a1033dbca6b..3e776a9fb41201fb161b88d2edf47b53ad613908 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt
|
| @@ -45,7 +45,6 @@ var test = function()
|
| function step2(sourceFrame)
|
| {
|
| InspectorTest.addResult("Script source was shown.");
|
| - InspectorTest.prepareSourceFrameForBreakpointTest(sourceFrame);
|
|
|
| InspectorTest.setBreakpoint(sourceFrame, 2, "", true);
|
| InspectorTest.setBreakpoint(sourceFrame, 9, "", true);
|
| @@ -153,7 +152,6 @@ var test = function()
|
| function step2(sourceFrame)
|
| {
|
| InspectorTest.addResult("Script source was shown.");
|
| - InspectorTest.prepareSourceFrameForBreakpointTest(sourceFrame);
|
|
|
| InspectorTest.setBreakpoint(sourceFrame, 2, "", true);
|
| InspectorTest.setBreakpoint(sourceFrame, 9, "", true);
|
|
|