| Index: third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
 | 
| index c68f499e89e7d0426146c2462112aa78eb8418fc..beea55f537dab65fa12e5e26af87e2499181c881 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
 | 
| @@ -231,6 +231,7 @@ WebInspector.NetworkLogViewColumns = class {
 | 
|        return;
 | 
|      }
 | 
|      var currentNode = this._dataGrid.rootNode();
 | 
| +    /** @type {!WebInspector.NetworkTimelineColumn.RequestData} */
 | 
|      var requestData = {requests: [], navigationRequest: null};
 | 
|      while (currentNode = currentNode.traverseNextNode(true)) {
 | 
|        if (currentNode.isNavigationRequest())
 | 
| 
 |