Bug 1301333 - Add mark-initialisation-func annotation to functions Init and DoInitOnMainThread from GetUsageOp. r=baku

MozReview-Commit-ID: KKUX4FE0pth
This commit is contained in:
Andi-Bogdan Postelnicu 2016-10-18 12:57:57 +03:00
Родитель be96e28a0f
Коммит cf2f92a099
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1022,14 +1022,14 @@ class GetUsageOp final
public:
explicit GetUsageOp(const UsageRequestParams& aParams);
bool
MOZ_IS_CLASS_INIT bool
Init(Quota* aQuota);
private:
~GetUsageOp()
{ }
virtual nsresult
MOZ_IS_CLASS_INIT virtual nsresult
DoInitOnMainThread() override;
nsresult