Bug 1572460 - Refactor `selection` out of the `InspectorFront`. r=yulia
[gecko.git] / dom / indexedDB / PBackgroundIDBDatabaseFile.ipdl
blobe2f7c9f85b1b118a13ea76c066507a26379816ba
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 protocol PBackgroundIDBDatabaseFile
13   manager PBackgroundIDBDatabase;
15 parent:
16   async __delete__();
19 } // namespace indexedDB
20 } // namespace dom
21 } // namespace mozilla