mozilla-i586-domPrefs.patch
changeset 1055 526f445635f3
parent 1054 fbfe323c62cd
child 1056 90e1f32cf034
--- a/mozilla-i586-domPrefs.patch	Fri Jun 08 22:31:03 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# HG changeset patch
-# User Andrea Marchesini <amarchesini@mozilla.com>
-# Parent  fab938f4757d8487a87fbf911200ff0317612746
-Mozilla Bug#1447409 - DOMPrefs.h must be included in WorkerScope, r=qdot
-                      To fix 32bit build error for i586 target.
-
-diff --git a/dom/workers/WorkerScope.h b/dom/workers/WorkerScope.h
---- a/dom/workers/WorkerScope.h
-+++ b/dom/workers/WorkerScope.h
-@@ -4,16 +4,17 @@
-  * License, v. 2.0. If a copy of the MPL was not distributed with this
-  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
- 
- #ifndef mozilla_dom_workerscope_h__
- #define mozilla_dom_workerscope_h__
- 
- #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"
- #include "mozilla/dom/ImageBitmapSource.h"
- 
- #ifdef XP_WIN
- #undef PostMessage
- #endif