Bug 1657706 - Forward-declare JSContext in nsrootidl.idl. r=nika

Right now we don't do that so stuff using implicit_jscontext compiles
just by chance.

Differential Revision: https://phabricator.services.mozilla.com/D86249
This commit is contained in:
Emilio Cobos Álvarez 2020-08-07 16:45:16 +00:00
Родитель ae3ec2e8a0
Коммит be4a7bd00e
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -17,6 +17,8 @@ typedef int64_t PRTime;
*/
#include "nsStringFwd.h"
struct JSContext;
/*
* Forward declaration of mozilla::dom::Promise
*/