зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1824522 - Include ContentChild.h in FuzzingFunctions.cpp. a=bustage-fix CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D173623
This commit is contained in:
Родитель
2e0cd83f38
Коммит
3c966c2333
|
@ -18,8 +18,11 @@
|
||||||
#include "nsPIDOMWindow.h"
|
#include "nsPIDOMWindow.h"
|
||||||
#include "xpcAccessibilityService.h"
|
#include "xpcAccessibilityService.h"
|
||||||
|
|
||||||
namespace mozilla {
|
#ifdef FUZZING_SNAPSHOT
|
||||||
namespace dom {
|
# include "mozilla/dom/ContentChild.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
namespace mozilla::dom {
|
||||||
|
|
||||||
/* static */
|
/* static */
|
||||||
void FuzzingFunctions::GarbageCollect(const GlobalObject&) {
|
void FuzzingFunctions::GarbageCollect(const GlobalObject&) {
|
||||||
|
@ -384,5 +387,4 @@ void FuzzingFunctions::SynthesizeKeyboardEvents(
|
||||||
// to want
|
// to want
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace dom
|
} // namespace mozilla::dom
|
||||||
} // namespace mozilla
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче