dom/indexedDB/ipc/PIndexedDBDeleteDatabaseRequest.ipdl

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:6ed9dcbeae9f
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/. */
4
5 include protocol PIndexedDB;
6
7 namespace mozilla {
8 namespace dom {
9 namespace indexedDB {
10
11 protocol PIndexedDBDeleteDatabaseRequest
12 {
13 manager PIndexedDB;
14
15 child:
16 __delete__(nsresult rv);
17
18 Blocked(uint64_t currentVersion);
19 };
20
21 } // namespace indexedDB
22 } // namespace dom
23 } // namespace mozilla

mercurial