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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js

Issue 2529303003: DevTools: move FileSystemMapping from Workspace to Persistence (Closed)
Patch Set: fix tests 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/http/tests/inspector/workspace-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
index bb1a6f2881b278bf57209c94b08ef58a6e8be4be..997c16003a01dd8f29e11e1ff826a34f7f6be0bc 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
@@ -4,7 +4,7 @@ InspectorTest.createWorkspace = function(ignoreEvents)
{
if (InspectorTest.testFileSystemWorkspaceBinding)
InspectorTest.testFileSystemWorkspaceBinding.dispose();
- Workspace.fileSystemMapping.resetForTesting();
+ Persistence.fileSystemMapping.resetForTesting();
InspectorTest.testTargetManager = new SDK.TargetManager();
InspectorTest.testWorkspace = new Workspace.Workspace();

Powered by Google App Engine
This is Rietveld 408576698