Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(543)

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js

Issue 2801943003: [DevTools] Remove SDK.SDKObject (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
},

Powered by Google App Engine
This is Rietveld 408576698