File mozilla-i586-domPrefs.patch of Package MozillaFirefox.11385
# HG changeset patch
# User Andrea Marchesini <amarchesini@mozilla.com>
# Date 1558421119 -7200
# Tue May 21 08:45:19 2019 +0200
# Node ID 04bda2a6bc48f6a11a110d7773206d990ad3d5d3
# Parent 237520ce3874bbaf958e6a27f0c8fa6fd221702f
Mozilla Bug#1447409 - DOMPrefs.h must be included in WorkerScope, r=qdot
To fix 32bit build error for i586 target.
diff -r 237520ce3874 dom/workers/WorkerScope.h
--- a/dom/workers/WorkerScope.h Tue May 21 08:45:16 2019 +0200
+++ b/dom/workers/WorkerScope.h Tue May 21 17:37:56 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"