| 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 b12ad89d048b282ffde578692dbece327f2954c8..91df1f4500ecfce4a34e4b717a2e08d2f8800ad6 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);
|
| }
|
|
|
| /**
|
|
|