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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html

Issue 2376583002: DevTools: remove WI.NetworkMapping.networkURL (Closed)
Patch Set: do not blackbox fs uiSourceCodes Created 4 years, 3 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/LayoutTests/inspector/extensions/extensions-panel.html
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
index 9e4b20ae8662467f31ab31d003b57ca932b029c2..82448a98ddd00380a081f4532d93a61b681d52fd 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
@@ -98,8 +98,7 @@ function initialize_extensionsPanelTest()
function showUILocationHook(uiLocation)
{
- var networkURL = WebInspector.networkMapping.networkURL(uiLocation.uiSourceCode);
- showURL("sources", networkURL, uiLocation.lineNumber);
+ showURL("sources", uiLocation.uiSourceCode.url(), uiLocation.lineNumber);
}
function showResourceHook(resource, lineNumber)

Powered by Google App Engine
This is Rietveld 408576698