summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/PBackgroundIDBTransaction.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/indexedDB/PBackgroundIDBTransaction.ipdl')
-rw-r--r--dom/indexedDB/PBackgroundIDBTransaction.ipdl4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/indexedDB/PBackgroundIDBTransaction.ipdl b/dom/indexedDB/PBackgroundIDBTransaction.ipdl
index 85a9f76265..071e031cb2 100644
--- a/dom/indexedDB/PBackgroundIDBTransaction.ipdl
+++ b/dom/indexedDB/PBackgroundIDBTransaction.ipdl
@@ -34,9 +34,9 @@ parent:
async Commit(int64_t? lastRequest);
async Abort(nsresult resultCode);
- 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__();