| 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 6508efe84d2aafa0df66ea5d5bbd03582fda6c9e..e206ff068489418f3909c338c3ad97cb5f7a4ce4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
|
| @@ -585,7 +585,7 @@ Network.NetworkLogViewColumns = class {
|
| box: anchor.boxInWindow(),
|
| show: popover => {
|
| var content = Components.DOMPresentationUtils.buildStackTracePreviewContents(
|
| - anchor.request.target(), this._popupLinkifier, initiator.stack);
|
| + anchor.request.networkManager().target(), this._popupLinkifier, initiator.stack);
|
| popover.contentElement.appendChild(content);
|
| return Promise.resolve(true);
|
| },
|
|
|