| 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 3a8b8c3cbd30a9e55703ba50c1d48b34bc902ddb..7b8f8f9490f8e93a77f37899b8ea98a2dd665035 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
 | 
| @@ -497,6 +497,7 @@ WebInspector.NetworkLogViewColumns.prototype = {
 | 
|                  return;
 | 
|              var contextMenu = new WebInspector.ContextMenu(event);
 | 
|              this._networkLogView.handleContextMenuForRequest(contextMenu, request);
 | 
| +            contextMenu.show();
 | 
|          }
 | 
|      },
 | 
|  
 | 
| 
 |