| 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 3865db6055602f5ab6d2839ed69cc7674172d6fa..e6e7e90a44e4eda0703f7e358fe7e93f9abb0383 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);
|
|
|