Bug 1038207 - Fix various classes that reimplement nsISupports. r=ehsan

This commit is contained in:
Andrew McCreight
2014-07-14 12:21:34 -07:00
parent bf9347dcdd
commit a966f427cd
26 changed files with 39 additions and 39 deletions

View File

@@ -117,7 +117,7 @@ private:
bool mStreamInitialized;
bool mStreamEnded;
public:
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_ISUPPORTS_INHERITED
nsDecompressInputStreamWrapper(nsCacheEntryDescriptor * desc,
uint32_t off)
@@ -197,7 +197,7 @@ private:
bool mStreamEnded;
uint32_t mUncompressedCount;
public:
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_ISUPPORTS_INHERITED
nsCompressOutputStreamWrapper(nsCacheEntryDescriptor * desc,
uint32_t off)