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

Unified Diff: third_party/WebKit/LayoutTests/inspector/workspace-mapping.html

Issue 1363993007: DevTools: remove UISourceCode.networkURL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/workspace-mapping.html
diff --git a/third_party/WebKit/LayoutTests/inspector/workspace-mapping.html b/third_party/WebKit/LayoutTests/inspector/workspace-mapping.html
index a8a28400ce8707d6904fa3618ec0d5d1855e0a01..e3e099896eae6b33976cc5753d4dd144b9b08ec5 100644
--- a/third_party/WebKit/LayoutTests/inspector/workspace-mapping.html
+++ b/third_party/WebKit/LayoutTests/inspector/workspace-mapping.html
@@ -41,7 +41,7 @@ function test()
fileSystemMapping.addFileSystem("/var/www");
fileSystemMapping.addFileMapping("/var/www", "http://localhost/", "/localhost/");
var workspace = new WebInspector.Workspace(fileSystemMapping);
- var networkMapping = new WebInspector.NetworkMapping(workspace, fileSystemMapping);
+ var networkMapping = new WebInspector.NetworkMapping(workspace, WebInspector.fileSystemWorkspaceBinding, fileSystemMapping);
function dumpHasMappingForURL(url)
{

Powered by Google App Engine
This is Rietveld 408576698