| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| index 7c10c007dc2cfd117d5e7e90c1d1ebb5a3a79d3b..4d8c970ec6a60a67f327715f0beb284193823922 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| @@ -52,7 +52,8 @@ WebInspector.TimelineOverviewPane = function(prefix)
|
| this._overviewControls = [];
|
| this._markers = new Map();
|
|
|
| - this._popoverHelper = new WebInspector.PopoverHelper(this._cursorArea, this._getPopoverAnchor.bind(this), this._showPopover.bind(this), this._onHidePopover.bind(this));
|
| + this._popoverHelper = new WebInspector.PopoverHelper(this._cursorArea);
|
| + this._popoverHelper.initializeCallbacks(this._getPopoverAnchor.bind(this), this._showPopover.bind(this), this._onHidePopover.bind(this));
|
| this._popoverHelper.setTimeout(0);
|
|
|
| this._updateThrottler = new WebInspector.Throttler(100);
|
|
|