[parser] Make the refcount of nsHtml5OwningUTF16Buffer atomic.

This commit is contained in:
Henri Sivonen 2020-11-18 23:28:27 +00:00 committed by roytam1
commit 98deeb1203

View file

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