mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1607762 - Make the refcount of nsHtml5OwningUTF16Buffer atomic. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D92936
This commit is contained in:
parent
384eb82720
commit
aeee6b217b
@ -61,7 +61,7 @@ class nsHtml5OwningUTF16Buffer : public nsHtml5UTF16Buffer {
|
||||
nsrefcnt Release();
|
||||
|
||||
private:
|
||||
nsAutoRefCnt mRefCnt;
|
||||
mozilla::ThreadSafeAutoRefCnt mRefCnt;
|
||||
};
|
||||
|
||||
#endif // nsHtml5OwningUTF16Buffer_h
|
||||
|
Loading…
Reference in New Issue
Block a user