| Index: webkit/fileapi/isolated_mount_point_provider.h
|
| diff --git a/webkit/fileapi/isolated_mount_point_provider.h b/webkit/fileapi/isolated_mount_point_provider.h
|
| index ee1af87eb54dce59b4827ed0cfcc64288432e962..aeca147744165e6ea6d8eb9f23b22bc0bc5e5c7b 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.h
|
| @@ -47,7 +47,8 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
| const OVERRIDE;
|
| virtual FileSystemOperation* CreateFileSystemOperation(
|
| const FileSystemURL& url,
|
| - FileSystemContext* context) const OVERRIDE;
|
| + FileSystemContext* context,
|
| + base::PlatformFileError* error_code) const OVERRIDE;
|
| virtual webkit_blob::FileStreamReader* CreateFileStreamReader(
|
| const FileSystemURL& url,
|
| int64 offset,
|
|
|