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 2c37ed5237bc1b3eb815b218e2af6259380700f9..fb2aa1b83ef1396608ec5d3a5d17262c2e3d12bb 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 |
@@ -19,7 +19,7 @@ function test() |
InspectorTest.runTestSuite([ |
function testUISourceCode(next) |
{ |
- var uiSourceCode = new WebInspector.UISourceCode(new MockProject(), "parentPath", "name", "originURL", WebInspector.resourceTypes.Script); |
+ var uiSourceCode = new WebInspector.UISourceCode(new MockProject(), "originURL", WebInspector.resourceTypes.Script); |
function didRequestContent(callNumber, content) |
{ |
InspectorTest.addResult("Callback " + callNumber + " is invoked."); |