File mozilla-i586-domPrefs.patch of Package MozillaFirefox.11624
# HG changeset patch
# User Andrea Marchesini <amarchesini@mozilla.com>
# Date 1560926132 -7200
# Wed Jun 19 08:35:32 2019 +0200
# Node ID 9f2ccb12120128dc2bba780734b9bfacee9263bc
# Parent ebc6333955f51c77f211801ae610b56b5aebcfc3
Mozilla Bug#1447409 - DOMPrefs.h must be included in WorkerScope, r=qdot
To fix 32bit build error for i586 target.
diff -r ebc6333955f5 -r 9f2ccb121201 dom/workers/WorkerScope.h
--- a/dom/workers/WorkerScope.h Wed Jun 19 08:35:29 2019 +0200
+++ b/dom/workers/WorkerScope.h Wed Jun 19 08:35:32 2019 +0200
@@ -9,6 +9,7 @@
#include "mozilla/dom/WorkerCommon.h"
#include "mozilla/DOMEventTargetHelper.h"
+#include "mozilla/dom/DOMPrefs.h"
#include "mozilla/dom/Headers.h"
#include "mozilla/dom/RequestBinding.h"
#include "nsWeakReference.h"