зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1515647 - Fix bustages on PContentChild.h in non-Nightly builds; r=asuth
This commit is contained in:
Родитель
0c43d5bf94
Коммит
e1fd96b2df
|
@ -728,6 +728,8 @@ class ContentChild final : public PContentChild,
|
|||
|
||||
#ifdef NIGHTLY_BUILD
|
||||
virtual PContentChild::Result OnMessageReceived(const Message& aMsg) override;
|
||||
#else
|
||||
using PContentChild::OnMessageReceived;
|
||||
#endif
|
||||
|
||||
virtual PContentChild::Result OnMessageReceived(const Message& aMsg,
|
||||
|
|
Загрузка…
Ссылка в новой задаче