mozilla-i586-DecoderDoctorLogger.patch
changeset 1055 526f445635f3
parent 1054 fbfe323c62cd
child 1056 90e1f32cf034
equal deleted inserted replaced
1054:fbfe323c62cd 1055:526f445635f3
     1 # HG changeset patch
       
     2 # Parent  f3fe334a20e8a63266eb06c5d298ad793cefc015
       
     3 Mozilla Bug#1447070 - DecoderDoctorLogger.h must be included in MediaKeySession.h
       
     4                       to fix non-unified build error for i586 target.
       
     5 
       
     6 diff --git a/dom/media/eme/MediaKeySession.h b/dom/media/eme/MediaKeySession.h
       
     7 --- a/dom/media/eme/MediaKeySession.h
       
     8 +++ b/dom/media/eme/MediaKeySession.h
       
     9 @@ -2,16 +2,17 @@
       
    10  /* vim: set ts=8 sts=2 et sw=2 tw=80: */
       
    11  /* This Source Code Form is subject to the terms of the Mozilla Public
       
    12   * License, v. 2.0. If a copy of the MPL was not distributed with this file,
       
    13   * You can obtain one at http://mozilla.org/MPL/2.0/. */
       
    14  
       
    15  #ifndef mozilla_dom_MediaKeySession_h
       
    16  #define mozilla_dom_MediaKeySession_h
       
    17  
       
    18 +#include "DecoderDoctorLogger.h"
       
    19  #include "mozilla/Attributes.h"
       
    20  #include "mozilla/ErrorResult.h"
       
    21  #include "nsCycleCollectionParticipant.h"
       
    22  #include "mozilla/DOMEventTargetHelper.h"
       
    23  #include "nsCOMPtr.h"
       
    24  #include "mozilla/dom/TypedArray.h"
       
    25  #include "mozilla/Mutex.h"
       
    26  #include "mozilla/dom/Date.h"