Index: Source/modules/filesystem/DOMWindowFileSystem.cpp |
diff --git a/Source/modules/filesystem/DOMWindowFileSystem.cpp b/Source/modules/filesystem/DOMWindowFileSystem.cpp |
index 4c9cea3d7195c11f5657062ca4c03c2a12ea5cf0..eb7fe0cd68c71addf21fdadbd173e0298f834f85 100644 |
--- a/Source/modules/filesystem/DOMWindowFileSystem.cpp |
+++ b/Source/modules/filesystem/DOMWindowFileSystem.cpp |
@@ -95,7 +95,7 @@ void DOMWindowFileSystem::webkitResolveLocalFileSystemURL(DOMWindow* window, con |
return; |
} |
- LocalFileSystem::from(document)->readFileSystem(document, type, ResolveURICallbacks::create(successCallback, errorCallback, document, type, filePath)); |
+ LocalFileSystem::from(document)->readFileSystem(document, completedURL, ResolveURICallbacks::create(successCallback, errorCallback, document, type, filePath)); |
} |
COMPILE_ASSERT(static_cast<int>(DOMWindowFileSystem::TEMPORARY) == static_cast<int>(FileSystemTypeTemporary), enum_mismatch); |