Bug 1373914. P2 - remove unused members. draft
authorJW Wang <jwwang@mozilla.com>
Mon, 19 Jun 2017 17:10:41 +0800
changeset 597116 2f00b9a01f563807965779bcded05f5c8742099a
parent 597115 980d77c9a2e15d289b0d10c9972138a386595fb6
child 597117 9f218680f04779e97935da902d37dd59c0c23e5a
push id64841
push userjwwang@mozilla.com
push dateTue, 20 Jun 2017 06:34:46 +0000
bugs1373914
milestone56.0a1
Bug 1373914. P2 - remove unused members. MozReview-Commit-ID: F5yambTifPE
dom/media/MediaShutdownManager.h
--- a/dom/media/MediaShutdownManager.h
+++ b/dom/media/MediaShutdownManager.h
@@ -86,16 +86,13 @@ private:
   void RemoveBlocker();
 
   static StaticRefPtr<MediaShutdownManager> sInstance;
 
   // References to the MediaDecoder. The decoders unregister themselves
   // in their Shutdown() method, so we'll drop the reference naturally when
   // we're shutting down (in the non xpcom-shutdown case).
   nsTHashtable<nsRefPtrHashKey<MediaDecoder>> mDecoders;
-
-  bool mIsDoingXPCOMShutDown = false;
-  nsresult mError = NS_OK;
 };
 
 } // namespace mozilla
 
 #endif