| Index: third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| index 8ccc296625b6e7d6c775c87b27bdfdb08e5c6eb5..45e5f03d8508ba84f8b459e3c96d04ad305a706f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
|
| @@ -796,7 +796,6 @@ Network.NetworkLogView = class extends UI.VBox {
|
|
|
| this.removeAllNodeHighlights();
|
|
|
| - var oldBoundary = this.calculator().boundary();
|
| this._timeCalculator.updateBoundariesForEventTime(this._mainRequestLoadTime);
|
| this._durationCalculator.updateBoundariesForEventTime(this._mainRequestLoadTime);
|
| this._timeCalculator.updateBoundariesForEventTime(this._mainRequestDOMContentLoadedTime);
|
|
|