Loading
Bug 18426589 - Part 2: Use refcounting macros for nsHtml5OwningUTF16Buffer, r=mccr8, a=dsmith
When the code was originally added in bug 18426589, it was to use non-atomic refcounting across multiple threads due to some invariants preventing concurrent access. That was changed in bug 1607762 to fix a race issue. We should be able to switch to using the macros now, which will simplify the code here a bit. Depends on D183203 Differential Revision: https://phabricator.services.mozilla.com/D183204