| Index: Source/devtools/front_end/sdk/Target.js
|
| diff --git a/Source/devtools/front_end/sdk/Target.js b/Source/devtools/front_end/sdk/Target.js
|
| index 71114e5513a786c4dcae3fa0fd731c18434d001f..fbbaa18402b0fc4df79d2a31bcfb48090304a89a 100644
|
| --- a/Source/devtools/front_end/sdk/Target.js
|
| +++ b/Source/devtools/front_end/sdk/Target.js
|
| @@ -29,7 +29,6 @@ WebInspector.Target = function(name, connection, callback)
|
| if (Runtime.experiments.isEnabled("timelinePowerProfiler"))
|
| this.powerAgent().canProfilePower(this._initializeCapability.bind(this, WebInspector.Target.Capabilities.CanProfilePower, null));
|
| this.workerAgent().canInspectWorkers(this._initializeCapability.bind(this, WebInspector.Target.Capabilities.CanInspectWorkers, this._loadedWithCapabilities.bind(this, callback)));
|
| - this.consoleAgent().setTracingBasedTimeline(true);
|
| }
|
|
|
| /**
|
|
|