Bug 43078

Summary: Enhance FileThreadTask to support return type
Product: WebKit Reporter: Jian Li <jianli>
Component: WebCore JavaScriptAssignee: Jian Li <jianli>
Status: RESOLVED FIXED    
Severity: Normal CC: dimich, kinuko, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed Patch levin: review+, jianli: commit-queue-

Description Jian Li 2010-07-27 14:20:00 PDT
Enhance FileThreadTask to support return type. This is needed to support synchronous calls of FileStream methods in addition to asynchronous calls via FileThreadTask.
Comment 1 Jian Li 2010-07-27 14:27:01 PDT
Created attachment 62745 [details]
Proposed Patch
Comment 2 Jian Li 2010-07-27 14:43:44 PDT
Committed as http://trac.webkit.org/changeset/64162.