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 0469772f0abae3fc119d8027538f9ac5da6e41d6..d14da2f972acbb4d4c14760430ca12a83b2fae3e 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.settings.networkColorCodeResourceTypes.get() && !this._parentView.calculator().startAtZero; |
+ this._showTiming = !WebInspector.settings.networkColorCodeResourceTypes.get(); |
this._nameCell = null; |
this._timelineCell = null; |
this._initiatorCell = null; |