mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 545591: Temporary workaround.
This commit is contained in:
parent
5ac54da692
commit
a082cb3bbf
@ -3,11 +3,11 @@ include protocol "PTestArrays.ipdl";
|
||||
namespace mozilla {
|
||||
namespace _ipdltest {
|
||||
|
||||
protocol PTestArraysSub {
|
||||
sync protocol PTestArraysSub {
|
||||
manager PTestArrays;
|
||||
|
||||
parent:
|
||||
__delete__();
|
||||
sync __delete__();
|
||||
};
|
||||
|
||||
} // namespace _ipdltest
|
||||
|
Loading…
Reference in New Issue
Block a user