File mozilla-i586-DecoderDoctorLogger.patch of Package MozillaFirefox.11624
# HG changeset patch
# User msirringhaus@suse.de
# Date 1560926129 -7200
# Wed Jun 19 08:35:29 2019 +0200
# Node ID ebc6333955f51c77f211801ae610b56b5aebcfc3
# Parent 86114cc761910ca050bbc63d8e55492465138a9b
Mozilla Bug#1447070 - DecoderDoctorLogger.h must be included in MediaKeySession.h
to fix non-unified build error for i586 target.
diff -r 86114cc76191 -r ebc6333955f5 dom/media/eme/MediaKeySession.h
--- a/dom/media/eme/MediaKeySession.h Wed Jun 19 08:35:26 2019 +0200
+++ b/dom/media/eme/MediaKeySession.h Wed Jun 19 08:35:29 2019 +0200
@@ -7,6 +7,7 @@
#ifndef mozilla_dom_MediaKeySession_h
#define mozilla_dom_MediaKeySession_h
+#include "DecoderDoctorLogger.h"
#include "mozilla/Attributes.h"
#include "mozilla/ErrorResult.h"
#include "nsCycleCollectionParticipant.h"