File mozilla-i586-domPrefs.patch of Package MozillaFirefox.11697
# HG changeset patch
# User Andrea Marchesini <amarchesini@mozilla.com>
# Date 1558421119 -7200
# Tue May 21 08:45:19 2019 +0200
# Node ID 265d398a56999417270ccc938e0f2fc2ac91cbcb
# Parent 22faa3b0df56fad2234f238d7fe8f8055adca29b
Mozilla Bug#1447409 - DOMPrefs.h must be included in WorkerScope, r=qdot
To fix 32bit build error for i586 target.
diff -r 22faa3b0df56 -r 265d398a5699 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 08:45:19 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"