mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
be96e28a0f
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user