summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob Bautista <jobbautista9@protonmail.com>2022-09-08 17:57:06 +0800
committerJob Bautista <jobbautista9@protonmail.com>2022-09-08 17:57:06 +0800
commit59f6ae3d74465690867b12a31c15e909233e5173 (patch)
tree533d206c7d010c9100e6c7d2cbba860ca51b8b36
parent1fba5c3cc7dc145c2f7966e653e3b7cadd3f1905 (diff)
downloaduxp-59f6ae3d74465690867b12a31c15e909233e5173.tar.gz
Issue #1995 - Fix build bustage in GCC 12
For some reason, GCC 12 is treating this include as a circular dependency. See athenian200's analysis for more details.
-rw-r--r--dom/ipc/ContentChild.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/ipc/ContentChild.cpp b/dom/ipc/ContentChild.cpp
index 5ff77092ab..780140c216 100644
--- a/dom/ipc/ContentChild.cpp
+++ b/dom/ipc/ContentChild.cpp
@@ -160,7 +160,7 @@
#include "mozilla/dom/time/DateCacheCleaner.h"
#include "mozilla/net/NeckoMessageUtils.h"
#include "mozilla/widget/PuppetBidiKeyboard.h"
-#include "mozilla/RemoteSpellCheckEngineChild.h"
+#include "mozilla/mozSpellChecker.h"
#include "GMPServiceChild.h"
#include "gfxPlatform.h"
#include "nscore.h" // for NS_FREE_PERMANENT_DATA