Bug 126758 - CTTE in AudioContext::AutoLocker
Summary: CTTE in AudioContext::AutoLocker
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 09:32 PST by Anders Carlsson
Modified: 2014-01-10 09:46 PST (History)
4 users (show)

See Also:


Attachments
Patch (11.17 KB, patch)
2014-01-10 09:33 PST, Anders Carlsson
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-01-10 09:32:52 PST
CTTE in AudioContext::AutoLocker
Comment 1 Anders Carlsson 2014-01-10 09:33:54 PST
Created attachment 220854 [details]
Patch
Comment 2 Antti Koivisto 2014-01-10 09:36:48 PST
Comment on attachment 220854 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=220854&action=review

> Source/WebCore/Modules/webaudio/AudioContext.h:204
>      class AutoLocker {

AutoLocker is not a great name.
Comment 3 Anders Carlsson 2014-01-10 09:46:41 PST
Committed r161644: <http://trac.webkit.org/changeset/161644>