Issue #2435 - Make CycleCollectedJSContext.h dependency explicit

This commit is contained in:
Martok 2024-01-05 17:12:34 +01:00 committed by roytam1
commit 73b14eae31
10 changed files with 10 additions and 4 deletions

View file

@ -18,10 +18,11 @@
#include "nsIObserverService.h"
#include "nsPIDOMWindow.h"
#include "nsThreadUtils.h"
#include "mozilla/ClearOnShutdown.h"
#include "mozilla/CycleCollectedJSContext.h"
#include "mozilla/Preferences.h"
#include "mozilla/Services.h"
#include "mozilla/Unused.h"
#include "mozilla/Preferences.h"
#include "mozilla/ClearOnShutdown.h"
#include "mozilla/WeakPtr.h"
#include "mozilla/dom/PermissionMessageUtils.h"