Bug 714777 Windows calling convention follow-up. r=smaug.

This commit is contained in:
Henri Sivonen 2012-01-20 13:44:53 +02:00
parent 3bd56d1ff6
commit 97df9f9e4b

View File

@ -43,7 +43,7 @@
class nsParserBase : public nsISupports
{
public:
virtual bool IsParserEnabled() { return true; }
NS_IMETHOD_(bool) IsParserEnabled() { return true; }
NS_IMETHOD GetChannel(nsIChannel** aChannel) {
*aChannel = nsnull;
return NS_OK;