[parser] Make the refcount of nsHtml5OwningUTF16Buffer atomic.

This commit is contained in:
Fedor 2020-11-26 05:42:08 +02:00
parent 4ee531fa10
commit a0f6231e6d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public:
nsrefcnt AddRef(); nsrefcnt AddRef();
nsrefcnt Release(); nsrefcnt Release();
private: private:
nsAutoRefCnt mRefCnt; mozilla::ThreadSafeAutoRefCnt mRefCnt;
}; };
#endif // nsHtml5OwningUTF16Buffer_h #endif // nsHtml5OwningUTF16Buffer_h