| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| index 63a911ee61f34234a7b5a5bea3198437b5bf6f0e..d567d30be2f1cdd11ed018ecab218be3c76bfecc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
| @@ -2002,7 +2002,7 @@ WebInspector.CPUThrottlingManager = function()
|
| {
|
| this._targets = [];
|
| this._throttlingRate = 1.; // No throttling
|
| - WebInspector.targetManager.observeTargets(this, WebInspector.Target.Type.Page);
|
| + WebInspector.targetManager.observeTargets(this, WebInspector.Target.Capability.Browser);
|
| }
|
|
|
| WebInspector.CPUThrottlingManager.prototype = {
|
|
|