Bug 931249 - Patch 4.1 - Fix addref/release declarations on Windows builds. r=baku

--HG--
extra : rebase_source : 44c8ae842027f58f1dd3d3c135e9d74aaba4a0c2
This commit is contained in:
Nikhil Marathe 2015-03-24 15:54:25 -07:00
parent 1084347046
commit 8c40095e83

View File

@ -26,8 +26,8 @@ class CompareCallback
public:
virtual void ComparisonResult(nsresult aStatus, bool aInCacheAndEqual) = 0;
virtual MozExternalRefCountType AddRef() = 0;
virtual MozExternalRefCountType Release() = 0;
NS_IMETHOD_(MozExternalRefCountType) AddRef() = 0;
NS_IMETHOD_(MozExternalRefCountType) Release() = 0;
};
nsresult