[Bug 22432] Allow SourceBuffer.appendBuffer to take ownership of the ArrayBuffer

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22432

--- Comment #2 from Matthew Gregan [:kinetik] <kinetik@flim.org> ---
My original comment was incorrect: there's no possible race because "data" is
copied to the internal input buffer synchronously at step 3 of appendBuffer
before appendBuffer reaches the asynchronous step 6, so there's no opportunity
for the ArrayBuffer to mutate in parallel.

I'm happy for this to be closed as invalid.  Sorry for wasting your time!

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 8 October 2013 10:22:05 UTC