summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/PBackgroundIDBVersionChangeTransaction.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/indexedDB/PBackgroundIDBVersionChangeTransaction.ipdl')
-rw-r--r--dom/indexedDB/PBackgroundIDBVersionChangeTransaction.ipdl4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/indexedDB/PBackgroundIDBVersionChangeTransaction.ipdl b/dom/indexedDB/PBackgroundIDBVersionChangeTransaction.ipdl
index e139f0f1c3..c096c28996 100644
--- a/dom/indexedDB/PBackgroundIDBVersionChangeTransaction.ipdl
+++ b/dom/indexedDB/PBackgroundIDBVersionChangeTransaction.ipdl
@@ -36,9 +36,9 @@ parent:
async DeleteIndex(int64_t objectStoreId, int64_t indexId);
async RenameIndex(int64_t objectStoreId, int64_t indexId, nsString name);
- async PBackgroundIDBCursor(OpenCursorParams params);
+ async PBackgroundIDBCursor(int64_t requestId, OpenCursorParams params);
- async PBackgroundIDBRequest(RequestParams params);
+ async PBackgroundIDBRequest(int64_t requestId, RequestParams params);
child:
async __delete__();