| Index: third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| index 6b7c24cf1b702f8c55abdfcb95f3e456073b0741..370df42810595516af92ee7f259a2b3bb9cf04e8 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| @@ -51,7 +51,7 @@ InspectorTest.createMockTarget = function(id, debuggerModelConstructor, capabili
|
| this.debuggerModel = debuggerModelConstructor ? new debuggerModelConstructor(this) : new WebInspector.DebuggerModel(this);
|
| this._modelByConstructor.set(WebInspector.DebuggerModel, this.debuggerModel);
|
| this.domModel = new WebInspector.DOMModel(this);
|
| - this.cssModel = new WebInspector.CSSModel(this);
|
| + this.cssModel = new WebInspector.CSSModel(this, this.resourceTreeModel, this.domModel);
|
| }
|
|
|
| MockTarget.prototype = {
|
|
|