summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/inconsistentRC.ipdl
blob: ee1375c312130574ca887af0506f45671a9bd26b (plain)
1
2
3
4
5
6
7
8
9
//error: inconsistent refcounted status of type `::mozilla::ipc::SomeRefcountedType`

[RefCounted] using class mozilla::ipc::SomeRefcountedType from "SomeFile.h";
using class mozilla::ipc::SomeRefcountedType from "SomeFile.h";

protocol inconsistentRC {
child:
  async SomeMessage();
};