| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js
|
| index 2b5862c1deba6d31380b957b108df541cdf539bb..da89f8c29da7faeee88074449e13fea6c9706c72 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js
|
| @@ -29,6 +29,13 @@ Timeline.TimelineController = class {
|
| }
|
|
|
| /**
|
| + * @return {!SDK.Target}
|
| + */
|
| + mainTarget() {
|
| + return this._tracingManager.target();
|
| + }
|
| +
|
| + /**
|
| * @param {!Timeline.TimelineController.RecordingOptions} options
|
| * @param {!Array<!Extensions.ExtensionTraceProvider>} providers
|
| * @return {!Promise}
|
|
|