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

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

Issue 2867783003: DevTools: move IsolatedFileSystem/IsolatedFileSystemManager into persistence/ (Closed)
Patch Set: fix order Created 3 years, 7 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/file-system-project.html
diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-project.html b/third_party/WebKit/LayoutTests/inspector/file-system-project.html
index ef42204ab31f6b24649356cae6d78ea84fc289d2..1348bf742cf075a79176c4f95b769836d7941260 100644
--- a/third_party/WebKit/LayoutTests/inspector/file-system-project.html
+++ b/third_party/WebKit/LayoutTests/inspector/file-system-project.html
@@ -219,7 +219,7 @@ function test()
function dumpGitFolders()
{
- var isolatedFileSystem = Workspace.isolatedFileSystemManager.fileSystem("file:///var/www3");
+ var isolatedFileSystem = Persistence.isolatedFileSystemManager.fileSystem("file:///var/www3");
var folders = isolatedFileSystem.initialGitFolders();
folders.sort();
for (var gitFolder of folders)
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/file-system-mapping.html ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698