Bug 133540

Summary: Improve thread safety of AsyncFileStream
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Zan Dobersek 2014-06-05 02:17:44 PDT
AsyncFileStream objects are being used across different threads, but the class itself doesn't inherit from ThreadSafeRefCounted.