| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
|
| index 37b20d3c84dd3cd3b73e8ba9945b70ab08f2fb1d..be3256c084e6764957adb0006b799318d05798b8 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
|
| @@ -30,7 +30,6 @@ var test = function()
|
| function didShowScriptSource(sourceFrame)
|
| {
|
| currentSourceFrame = sourceFrame;
|
| - InspectorTest.prepareSourceFrameForBreakpointTest(currentSourceFrame);
|
| InspectorTest.addResult("Script source was shown.");
|
| InspectorTest.waitUntilPaused(didPause);
|
| InspectorTest.createNewBreakpoint(currentSourceFrame, 16, "", true)
|
|
|