| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
|
| index 9ebb994278f2e212b78b327fa9aa3980a263e256..70e1c3c65ea8650ea2f509bc9fe06cc5fb8bf131 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
|
| @@ -117,7 +117,6 @@ function test()
|
| function didShowScriptSource(sourceFrame)
|
| {
|
| testSourceFrame = sourceFrame;
|
| - InspectorTest.prepareSourceFrameForBreakpointTest(sourceFrame);
|
| InspectorTest.waitJavaScriptSourceFrameBreakpoints(sourceFrame).then(breakpointAdded);
|
| InspectorTest.setBreakpoint(sourceFrame, 2, "", true);
|
| }
|
| @@ -145,7 +144,6 @@ function test()
|
| function didShowScriptSource(sourceFrame)
|
| {
|
| testSourceFrame = sourceFrame;
|
| - InspectorTest.prepareSourceFrameForBreakpointTest(sourceFrame);
|
| InspectorTest.waitJavaScriptSourceFrameBreakpoints(testSourceFrame).then(breakpointAdded);
|
| InspectorTest.setBreakpoint(sourceFrame, 3, "", true);
|
| }
|
|
|