зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ae3ec2e8a0
Коммит
be4a7bd00e
|
@ -17,6 +17,8 @@ typedef int64_t PRTime;
|
|||
*/
|
||||
#include "nsStringFwd.h"
|
||||
|
||||
struct JSContext;
|
||||
|
||||
/*
|
||||
* Forward declaration of mozilla::dom::Promise
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче