зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
be96e28a0f
Коммит
cf2f92a099
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче