| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping.html
|
| index 9d9b181dd472173be362f80a291f05f17fc70801..1cd40355298d2c6a7d82ff214f1a171f2db19fb4 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping.html
|
| @@ -14,7 +14,7 @@ function test()
|
| InspectorTest.createWorkspace();
|
| InspectorTest.testTargetManager.addTarget(target);
|
| defaultScriptMapping = InspectorTest.testDebuggerWorkspaceBinding._targetToData.get(target)._defaultMapping;
|
| - var resourceScriptMapping = new Bindings.ResourceScriptMapping(InspectorTest.debuggerModel, InspectorTest.testWorkspace, InspectorTest.testNetworkMapping, InspectorTest.testDebuggerWorkspaceBinding);
|
| + var resourceScriptMapping = new Bindings.ResourceScriptMapping(InspectorTest.debuggerModel, InspectorTest.testWorkspace, InspectorTest.testDebuggerWorkspaceBinding);
|
| return resourceScriptMapping;
|
| }
|
|
|
|
|