[parser] Make the refcount of nsHtml5OwningUTF16Buffer atomic.

master
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 Release();
private:
nsAutoRefCnt mRefCnt;
mozilla::ThreadSafeAutoRefCnt mRefCnt;
};
#endif // nsHtml5OwningUTF16Buffer_h