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

Unified Diff: third_party/WebKit/Source/devtools/front_end/bindings/ResourceUtils.js

Issue 2501883002: DevTools: kill Bindings.NetworkMapping (Closed)
Patch Set: rebaseline Created 4 years, 1 month 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/bindings/ResourceUtils.js
diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/ResourceUtils.js b/third_party/WebKit/Source/devtools/front_end/bindings/ResourceUtils.js
index 76c7c37e969b9e3b3ef8cd255eabfb671487d5e2..d586241f4805d4a1157c889ca3d8833f6b851b2b 100644
--- a/third_party/WebKit/Source/devtools/front_end/bindings/ResourceUtils.js
+++ b/third_party/WebKit/Source/devtools/front_end/bindings/ResourceUtils.js
@@ -62,7 +62,7 @@ Bindings.displayNameForURL = function(url) {
if (resource)
return resource.displayName;
- var uiSourceCode = Bindings.networkMapping.uiSourceCodeForURLForAnyTarget(url);
+ var uiSourceCode = Workspace.workspace.uiSourceCodeForURL(url);
if (uiSourceCode)
return uiSourceCode.displayName();

Powered by Google App Engine
This is Rietveld 408576698