| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/dynamic-scripts-breakpoints.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/dynamic-scripts-breakpoints.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/dynamic-scripts-breakpoints.html
|
| index f8cd2e1161068b54a8a6fa58f4d236331954728b..97f46154438d2114986e64a3827ced416e0421f7 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/dynamic-scripts-breakpoints.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/dynamic-scripts-breakpoints.html
|
| @@ -35,7 +35,7 @@ function test()
|
| var breakpoints = breakpointManager._storage._setting.get();
|
| InspectorTest.addResult(" Dumping breakpoint storage");
|
| for (var i = 0; i < breakpoints.length; ++i)
|
| - InspectorTest.addResult(" " + pathToFileName(breakpoints[i].sourceFileId) + ":" + breakpoints[i].lineNumber);
|
| + InspectorTest.addResult(" " + pathToFileName(breakpoints[i].url) + ":" + breakpoints[i].lineNumber);
|
| }
|
|
|
| function didShowScriptSource(sourceFrame)
|
| @@ -69,4 +69,4 @@ function test()
|
| <p>Tests that there is no exception in front-end on page reload when breakpoint is set in HTML document and some dynamic scripts are loaded before the script with the breakpoint is loaded.</p>
|
| <a href="https://bugs.webkit.org/show_bug.cgi?id=99598">Bug 99598</a>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|