| Index: third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js b/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js
|
| index c7a4de86eddbd13756eb70532689f18571160a9d..ca96560e22f8d254eb50b16a0721e281b9222b92 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js
|
| @@ -212,7 +212,7 @@ WebInspector.TargetManager.prototype = {
|
| if (target.hasJSCapability())
|
| new WebInspector.DebuggerModel(target);
|
|
|
| - if (target.hasBrowserCapability()) {
|
| + if (target.hasDOMCapability()) {
|
| new WebInspector.DOMModel(target);
|
| new WebInspector.CSSModel(target);
|
| }
|
|
|