mozilla-i586-domPrefs.patch
changeset 1055 526f445635f3
parent 1054 fbfe323c62cd
child 1056 90e1f32cf034
equal deleted inserted replaced
1054:fbfe323c62cd 1055:526f445635f3
     1 # HG changeset patch
       
     2 # User Andrea Marchesini <amarchesini@mozilla.com>
       
     3 # Parent  fab938f4757d8487a87fbf911200ff0317612746
       
     4 Mozilla Bug#1447409 - DOMPrefs.h must be included in WorkerScope, r=qdot
       
     5                       To fix 32bit build error for i586 target.
       
     6 
       
     7 diff --git a/dom/workers/WorkerScope.h b/dom/workers/WorkerScope.h
       
     8 --- a/dom/workers/WorkerScope.h
       
     9 +++ b/dom/workers/WorkerScope.h
       
    10 @@ -4,16 +4,17 @@
       
    11   * License, v. 2.0. If a copy of the MPL was not distributed with this
       
    12   * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       
    13  
       
    14  #ifndef mozilla_dom_workerscope_h__
       
    15  #define mozilla_dom_workerscope_h__
       
    16  
       
    17  #include "mozilla/dom/WorkerCommon.h"
       
    18  #include "mozilla/DOMEventTargetHelper.h"
       
    19 +#include "mozilla/dom/DOMPrefs.h"
       
    20  #include "mozilla/dom/Headers.h"
       
    21  #include "mozilla/dom/RequestBinding.h"
       
    22  #include "nsWeakReference.h"
       
    23  #include "mozilla/dom/ImageBitmapSource.h"
       
    24  
       
    25  #ifdef XP_WIN
       
    26  #undef PostMessage
       
    27  #endif