Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
MozillaFirefox.10248
mozilla-i586-domPrefs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-i586-domPrefs.patch of Package MozillaFirefox.10248
# HG changeset patch # User Andrea Marchesini <amarchesini@mozilla.com> # Parent 9f562cabb161eb2d56f503a4abc0c7a682470d5c 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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor