[parser] Make the refcount of nsHtml5OwningUTF16Buffer atomic.

This commit is contained in:
Fedor
2020-11-26 05:42:08 +02:00
parent 10bfd4b4f4
commit caa3b05d1f
+1 -1
View File
@@ -52,7 +52,7 @@ public:
nsrefcnt AddRef();
nsrefcnt Release();
private:
nsAutoRefCnt mRefCnt;
mozilla::ThreadSafeAutoRefCnt mRefCnt;
};
#endif // nsHtml5OwningUTF16Buffer_h