| Index: chrome/renderer/pepper_plugin_delegate_impl.cc
|
| ===================================================================
|
| --- chrome/renderer/pepper_plugin_delegate_impl.cc (revision 64803)
|
| +++ chrome/renderer/pepper_plugin_delegate_impl.cc (working copy)
|
| @@ -689,7 +689,7 @@
|
| FileSystemDispatcher* file_system_dispatcher =
|
| ChildThread::current()->file_system_dispatcher();
|
| return file_system_dispatcher->OpenFileSystem(
|
| - url, type, size, dispatcher);
|
| + url, type, size, true /* create */, dispatcher);
|
| }
|
|
|
| bool PepperPluginDelegateImpl::MakeDirectory(
|
|
|