| Index: third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| index 2e5c1b53c2f6df0987cfcfd1023cc2f1f084e168..ca3bb5c52e25d1d94b9adab564e3bd8d3dbc410d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| @@ -61,7 +61,7 @@ WebInspector.DeviceModeModel = function(updateCallback)
|
| this._target = null;
|
| /** @type {?function()} */
|
| this._onTargetAvailable = null;
|
| - WebInspector.targetManager.observeTargets(this, WebInspector.Target.Type.Page);
|
| + WebInspector.targetManager.observeTargets(this, WebInspector.Target.Capability.Browser);
|
| }
|
|
|
| /** @enum {string} */
|
|
|