| 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..2a18da4717a1c4c65910692b3560c1093d32740e 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.Capabilities.BROWSER_DOMAINS);
|
| }
|
|
|
| WebInspector.CPUThrottlingManager.prototype = {
|
|
|