| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
|
| index 810ce1334863f4e7314839c995cbd5189ee16bdb..13fcacc5688b83a619a78f3d090aa4490483e604 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html
|
| @@ -18,7 +18,7 @@ function test()
|
| InspectorTest.runTestSuite([
|
| function testUISourceCode(next)
|
| {
|
| - var uiSourceCode = new WebInspector.UISourceCode(new MockProject(), "parentPath", "name", "originURL", "url", WebInspector.resourceTypes.Script);
|
| + var uiSourceCode = new WebInspector.UISourceCode(new MockProject(), "parentPath", "name", "originURL", WebInspector.resourceTypes.Script);
|
| function didRequestContent(callNumber, content)
|
| {
|
| InspectorTest.addResult("Callback " + callNumber + " is invoked.");
|
|
|