Bug 1653839 - Fix error 'mozilla/dom/RTCCertificateBinding.h' file not found on mingw builds. r=keeler

Differential Revision: https://phabricator.services.mozilla.com/D84480
This commit is contained in:
prathiksha
2020-07-22 16:22:55 +00:00
parent 68bef387e7
commit d43e6ba83b

View File

@@ -81,7 +81,6 @@
#include "mozilla/net/DocumentChannel.h"
#include "mozilla/net/ParentChannelWrapper.h"
#include "mozilla/net/UrlClassifierFeatureFactory.h"
#include "mozilla/dom/RTCCertificate.h"
#include "ReferrerInfo.h"
#include "nsIApplicationCacheChannel.h"
@@ -227,6 +226,7 @@
#include "URIUtils.h"
#include "sslerr.h"
#include "mozpkix/pkix.h"
#include "NSSErrorsService.h"
#include "timeline/JavascriptTimelineMarker.h"
#include "nsDocShellTelemetryUtils.h"