[webkit-reviews] review granted: [Bug 127254] Stop using MutexTryLocker in WebCore : [Attachment 221591] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 19 11:44:35 PST 2014


Andreas Kling <akling at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 127254: Stop using MutexTryLocker in WebCore
https://bugs.webkit.org/show_bug.cgi?id=127254

Attachment 221591: Patch
https://bugs.webkit.org/attachment.cgi?id=221591&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=221591&action=review


Nice. r=me

> Source/WebCore/Modules/webaudio/WaveShaperProcessor.cpp:97
> +    for (unsigned i = 0; i < m_kernels.size(); ++i)
> +	   m_kernels[i]->process(source->channel(i)->data(),
destination->channel(i)->mutableData(), framesToProcess);

range for?


More information about the webkit-reviews mailing list