| 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 ac8d6ca60b0f7b640e3a116e44c174adc69833ac..c40621add20988540c5d1dfca965de13c2e8277a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
|
| @@ -158,7 +158,7 @@ Network.NetworkLogViewColumns = class {
|
| if (!logEntry)
|
| return;
|
| var contextMenu = new UI.ContextMenu(event);
|
| - this._networkLogView.handleContextMenuForRequest(contextMenu, logEntry.request());
|
| + this._networkLogView.handleContextMenuForLogEntry(contextMenu, logEntry);
|
| contextMenu.show();
|
| }
|
| }
|
|
|