зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1337914 - Add dummy argument to IPDLUnitTestProcessChild::Init. r=kanru
This fixes a build error. MozReview-Commit-ID: DMc4lwtuipo --HG-- extra : rebase_source : 2686efb3e8fccc090b8fbfa352838d13b7709610
This commit is contained in:
Родитель
b0fd753bd6
Коммит
9a8abaf744
|
@ -16,7 +16,7 @@ namespace mozilla {
|
||||||
namespace _ipdltest {
|
namespace _ipdltest {
|
||||||
|
|
||||||
bool
|
bool
|
||||||
IPDLUnitTestProcessChild::Init()
|
IPDLUnitTestProcessChild::Init(int aArgc, char* aArgv[])
|
||||||
{
|
{
|
||||||
IPDLUnitTestChildInit(IOThreadChild::channel(),
|
IPDLUnitTestChildInit(IOThreadChild::channel(),
|
||||||
ParentPid(),
|
ParentPid(),
|
||||||
|
|
|
@ -23,7 +23,7 @@ public:
|
||||||
~IPDLUnitTestProcessChild()
|
~IPDLUnitTestProcessChild()
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
virtual bool Init();
|
virtual bool Init(int aArgc, char* aArgv[]) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace _ipdltest
|
} // namespace _ipdltest
|
||||||
|
|
Загрузка…
Ссылка в новой задаче