Bug 1886946: Remove incorrect assertion that buffer is not-pinned. r=sfink
[gecko.git] / dom / indexedDB / PBackgroundIDBDatabaseFile.ipdl
blob4063e38c5a60bdddc01d5fac0ef14d325e2e1db4
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PBackgroundIDBDatabase;
7 namespace mozilla {
8 namespace dom {
9 namespace indexedDB {
11 [ManualDealloc, ChildImpl=virtual, ParentImpl=virtual]
12 protocol PBackgroundIDBDatabaseFile
14   manager PBackgroundIDBDatabase;
16 parent:
17   async __delete__();
20 } // namespace indexedDB
21 } // namespace dom
22 } // namespace mozilla