| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
|
| index 6c4b0ff06db8050b8bdd6387221fba23919e1f89..0e495a11d854605eddab18615af057a8fb5b020f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html
|
| @@ -44,7 +44,7 @@ function test()
|
|
|
| function addDebuggerFile(workspace, url)
|
| {
|
| - var path = InspectorTest.testDebuggerProjectDelegate.addContentProvider("", url, url, url, createContentProvider(url));
|
| + var path = InspectorTest.testDebuggerProjectDelegate.addContentProvider("", url, url, createContentProvider(url));
|
| return InspectorTest.testWorkspace.uiSourceCode("debugger:", path)
|
| }
|
|
|
|
|