| Index: Source/devtools/front_end/timeline/TimelineModelImpl.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineModelImpl.js b/Source/devtools/front_end/timeline/TimelineModelImpl.js
|
| index ee6450fb8fd8a4b65eefa1a458e95fda7f186968..c7bcade488ca32e57f65902e046aa45ce03b3553 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineModelImpl.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineModelImpl.js
|
| @@ -166,6 +166,7 @@ WebInspector.TimelineModelImpl.prototype = {
|
| if (cpuProfile)
|
| WebInspector.TimelineJSProfileProcessor.mergeJSProfileIntoTimeline(this, cpuProfile);
|
| this.dispatchEventToListeners(WebInspector.TimelineModel.Events.RecordingStopped);
|
| + this._currentTarget = null;
|
| },
|
|
|
| /**
|
| @@ -262,7 +263,6 @@ WebInspector.TimelineModelImpl.prototype = {
|
|
|
| reset: function()
|
| {
|
| - this._currentTarget = null;
|
| this._payloads = [];
|
| this._stringPool = {};
|
| this._bindings._reset();
|
|
|