Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
include protocol PTestJSON;
namespace mozilla {
namespace _ipdltest {
protocol PTestHandle {
manager PTestJSON;
child:
async __delete__();
};
} // namespace mozilla
} // namespace _ipdltest