| Index: Source/devtools/front_end/network/NetworkDataGridNode.js
|
| diff --git a/Source/devtools/front_end/network/NetworkDataGridNode.js b/Source/devtools/front_end/network/NetworkDataGridNode.js
|
| index 337124ff5e4c64ec721028f5b13af65ec21eb322..d5be608ab8668d426971a1de800733860b025aaf 100644
|
| --- a/Source/devtools/front_end/network/NetworkDataGridNode.js
|
| +++ b/Source/devtools/front_end/network/NetworkDataGridNode.js
|
| @@ -75,7 +75,7 @@ WebInspector.NetworkDataGridNode.prototype = {
|
| */
|
| createCells: function()
|
| {
|
| - this._showTiming = !WebInspector.moduleSetting("networkColorCodeResourceTypes").get() && !this._parentView.calculator().startAtZero;
|
| + this._showTiming = !WebInspector.moduleSetting("networkColorCodeResourceTypes").get();
|
| this._nameCell = null;
|
| this._timelineCell = null;
|
| this._initiatorCell = null;
|
|
|