aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-12-09 00:50:39 +0000
committerstephan <stephan@noemail.net>2022-12-09 00:50:39 +0000
commitd27c3e4e7e5ce92a34864ed08f1231918f753c4b (patch)
tree3881b8fc18cb464630292401ee3a14c1ba7d292f /ext/wasm/api/sqlite3-vfs-opfs.c-pp.js
parent2797ac028cb43a89cef2bd308a3422d334318990 (diff)
downloadsqlite-d27c3e4e7e5ce92a34864ed08f1231918f753c4b.tar.gz
sqlite-d27c3e4e7e5ce92a34864ed08f1231918f753c4b.zip
Reorganization and renaming in the new VFS/vtab JS pieces.
FossilOrigin-Name: 1c2dda177a11fcc5b66e5554507c23ba4b9948a710b3bccfb26963b9851d40a4
Diffstat (limited to 'ext/wasm/api/sqlite3-vfs-opfs.c-pp.js')
-rw-r--r--ext/wasm/api/sqlite3-vfs-opfs.c-pp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js b/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js
index 49ebfbd80..ea8bc9b29 100644
--- a/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js
+++ b/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js
@@ -1268,7 +1268,7 @@ const installOpfsVfs = function callee(options){
and has finished initializing, so the real work can
begin...*/
try {
- sqlite3.VfsHelper.installVfs({
+ sqlite3.vfs.installVfs({
io: {struct: opfsIoMethods, methods: ioSyncWrappers},
vfs: {struct: opfsVfs, methods: vfsSyncWrappers}
});