Fix typo in 9b54bd30006c008b4a951331b273613d5bac3abf
[pm.git] / ipc / glue / PFileDescriptorSet.ipdl
blob4508ce8a6a70b17ed62836c155245929bf0e0919
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 PBackground;
6 include protocol PContent;
8 namespace mozilla {
9 namespace ipc {
11 protocol PFileDescriptorSet
13   manager PBackground or PContent;
15 both:
16   AddFileDescriptor(FileDescriptor fd);
18   __delete__();
21 } // namespace ipc
22 } // namespace mozilla