Bug 1323942 - fix build error; r?jwwang draft
authorKaku Kuo <kaku@mozilla.com>
Fri, 16 Dec 2016 16:19:02 +0800
changeset 450250 c6953db2fe3db049be977f78710845bf7f98c896
parent 450144 63b447888a6469b9f6ae8f76ac5f0d7c6ea239da
child 450256 c0342b640b46a7f974b356f8daf760a291cda85b
push id38811
push userbmo:kaku@mozilla.com
push dateFri, 16 Dec 2016 08:21:09 +0000
reviewersjwwang
bugs1323942
milestone53.0a1
Bug 1323942 - fix build error; r?jwwang MozReview-Commit-ID: 6A4p9b9GpgI
dom/media/WebVTTListener.h
--- a/dom/media/WebVTTListener.h
+++ b/dom/media/WebVTTListener.h
@@ -5,16 +5,17 @@
 
 #ifndef mozilla_dom_WebVTTLoadListener_h
 #define mozilla_dom_WebVTTLoadListener_h
 
 #include "nsIWebVTTListener.h"
 #include "nsIStreamListener.h"
 #include "nsIChannelEventSink.h"
 #include "nsIInterfaceRequestor.h"
+#include "nsCOMPtr.h"
 #include "nsCycleCollectionParticipant.h"
 
 class nsIWebVTTParserWrapper;
 
 namespace mozilla {
 namespace dom {
 
 class HTMLTrackElement;