WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
127254
Stop using MutexTryLocker in WebCore
https://bugs.webkit.org/show_bug.cgi?id=127254
Summary
Stop using MutexTryLocker in WebCore
Anders Carlsson
Reported
2014-01-19 11:21:55 PST
Stop using MutexTryLocker in WebCore
Attachments
Patch
(29.90 KB, patch)
2014-01-19 11:28 PST
,
Anders Carlsson
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-01-19 11:28:35 PST
Created
attachment 221591
[details]
Patch
Andreas Kling
Comment 2
2014-01-19 11:42:09 PST
Comment on
attachment 221591
[details]
Patch 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?
Anders Carlsson
Comment 3
2014-01-19 12:30:43 PST
(In reply to
comment #2
)
> (From update of
attachment 221591
[details]
) > 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?
Still need i for source->channel(i) and destination->channel(i) :(
Anders Carlsson
Comment 4
2014-01-19 12:33:33 PST
Committed
r162296
: <
http://trac.webkit.org/changeset/162296
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug