| 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 0f7f0db9f7599189235da7b5a28b4295e3c5dcd7..344c678fb2f07b0eeda1a25ff2bf20977f592829 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
|
| @@ -52,7 +52,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.domModel);
|
| }
|
|
|
| MockTarget.prototype = {
|
|
|