Bug 812572 follow-up - Remove the extra semi-colon

This commit is contained in:
Ehsan Akhgari 2012-11-17 11:17:56 -05:00
parent 02989ba6ff
commit 5e5593e1eb

View File

@ -358,7 +358,7 @@ public:
MediaDecoderReader(MediaDecoder* aDecoder);
virtual ~MediaDecoderReader();
NS_INLINE_DECL_REFCOUNTING(MediaDecoderReader);
NS_INLINE_DECL_REFCOUNTING(MediaDecoderReader)
// Initializes the reader, returns NS_OK on success, or NS_ERROR_FAILURE
// on failure.