Bug 774023 - Remove extra ;. r=smaug.

This commit is contained in:
Rafael Ávila de Espíndola 2012-07-15 10:05:06 -04:00
parent b2f7df786f
commit 23f5ab2bfc

View File

@ -14,7 +14,7 @@ class nsParserBase : public nsISupports
NS_IMETHOD GetChannel(nsIChannel** aChannel) {
*aChannel = nsnull;
return NS_OK;
};
}
};
#endif // nsParserBase_h_