Bug 133540 - Improve thread safety of AsyncFileStream
Summary: Improve thread safety of AsyncFileStream
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-05 02:17 PDT by Zan Dobersek
Modified: 2014-06-05 02:17 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.