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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html

Issue 2515583002: DevTools: move FileSystemWorkspaceBinding under persistence/ (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/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html
index 5b625fb49e77ec17ab9f67b77f9a8c3a51bf2935..b557818ed30da29fc0cb06c16cb1a182ae128de4 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html
@@ -13,7 +13,7 @@ function test()
var resourceScriptMapping;
var defaultScriptMapping;
var persistence;
- var fileSystemProjectId = Bindings.FileSystemWorkspaceBinding.projectId("file:///var/www");
+ var fileSystemProjectId = Persistence.FileSystemWorkspaceBinding.projectId("file:///var/www");
function createWorkspaceWithTarget()
{
@@ -60,7 +60,7 @@ function test()
networkUISourceCode = InspectorTest.testWorkspace.uiSourceCode(Bindings.NetworkProject.projectId(target, target.resourceTreeModel.mainFrame, false), "http://localhost/html/foo.js");
InspectorTest.addResult("Adding mapping between network and file system resources.");
- var fileSystemPath = Bindings.FileSystemWorkspaceBinding.fileSystemPath(uiSourceCode.project().id());
+ var fileSystemPath = Persistence.FileSystemWorkspaceBinding.fileSystemPath(uiSourceCode.project().id());
Workspace.fileSystemMapping.addMappingForResource(networkUISourceCode.url(), fileSystemPath, uiSourceCode.url());
var setting = JSON.stringify(Workspace.fileSystemMapping._fileSystemMappingSetting.get());
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698