File mozilla-i586-DecoderDoctorLogger.patch of Package MozillaFirefox.11385
# HG changeset patch
# User msirringhaus@suse.de
# Date 1558421116 -7200
# Tue May 21 08:45:16 2019 +0200
# Node ID 49458cd18163cd1490e08fb149af2973257ef91e
# Parent e0ff67dc6c6f9087891d370394f2ff6a767abf18
Mozilla Bug#1447070 - DecoderDoctorLogger.h must be included in MediaKeySession.h
to fix non-unified build error for i586 target.
diff -r e0ff67dc6c6f dom/media/eme/MediaKeySession.h
--- a/dom/media/eme/MediaKeySession.h Tue May 21 08:45:13 2019 +0200
+++ b/dom/media/eme/MediaKeySession.h Tue May 21 17:37:53 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"