Bug 1067287 - DevTools Timeline: Fix intermittent browser_timeline_overview-initial-selection-02.js failures due to very unlikely race condition. r=vp

--HG--
extra : rebase_source : 17d6eab31b44b0716ffb154a951637f4367deb0d
This commit is contained in:
Sami Jaktholm 2014-09-25 21:01:00 -04:00
parent 9459b09cd3
commit 5aaa48a0c8

View File

@ -132,8 +132,8 @@ let TimelineController = {
* updating the UI as needed.
*/
_stopRecordingAndDiscardData: function*() {
this._markers.length = 0;
yield this._stopRecording();
this._markers.length = 0;
},
/**