| Index: Source/core/inspector/InspectorFrontendHost.cpp
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.cpp b/Source/core/inspector/InspectorFrontendHost.cpp
|
| index 9df3e41bfbfe8aa7bb3ced0894763d60a53cb095..f65b5b70dbec57ffcb000985f17beb18d5c9e128 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.cpp
|
| +++ b/Source/core/inspector/InspectorFrontendHost.cpp
|
| @@ -317,7 +317,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)
|
|
|