Bug 1515647 - Fix bustages on PContentChild.h in non-Nightly builds; r=asuth

This commit is contained in:
Jan Varga 2018-12-20 20:39:21 +01:00
Родитель 0c43d5bf94
Коммит e1fd96b2df
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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,