| Index: Source/core/inspector/InspectorFrontendHost.cpp
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.cpp b/Source/core/inspector/InspectorFrontendHost.cpp
|
| index 634398d3c4e6aeca91697f4c10eaa88655d12df7..590bcf6aa8b175b7af001d192c61c50f38c72940 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.cpp
|
| +++ b/Source/core/inspector/InspectorFrontendHost.cpp
|
| @@ -307,7 +307,7 @@ void InspectorFrontendHost::removeFileSystem(const String& fileSystemPath)
|
| PassRefPtr<DOMFileSystem> InspectorFrontendHost::isolatedFileSystem(const String& fileSystemName, const String& rootURL)
|
| {
|
| ScriptExecutionContext* context = m_frontendPage->mainFrame()->document();
|
| - return DOMFileSystem::create(context, fileSystemName, FileSystemTypeIsolated, KURL(ParsedURLString, rootURL), AsyncFileSystem::create());
|
| + return DOMFileSystem::create(context, fileSystemName, FileSystemTypeIsolated, KURL(ParsedURLString, rootURL));
|
| }
|
|
|
| void InspectorFrontendHost::indexPath(int requestId, const String& fileSystemPath)
|
|
|