forked from mirrors/gecko-dev
Bug 1361330 - Part 3: Use fully qualified name when declaring ref counting for IDB quota client; r=asuth
This commit is contained in:
parent
b277f1385d
commit
8486a0d568
1 changed files with 2 additions and 1 deletions
|
|
@ -9089,7 +9089,8 @@ public:
|
||||||
nsThreadPool*
|
nsThreadPool*
|
||||||
GetOrCreateThreadPool();
|
GetOrCreateThreadPool();
|
||||||
|
|
||||||
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(QuotaClient, override)
|
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(
|
||||||
|
mozilla::dom::indexedDB::QuotaClient, override)
|
||||||
|
|
||||||
mozilla::dom::quota::Client::Type
|
mozilla::dom::quota::Client::Type
|
||||||
GetType() override;
|
GetType() override;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue