Bug 43078 - Enhance FileThreadTask to support return type
Summary: Enhance FileThreadTask to support return type
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jian Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 14:20 PDT by Jian Li
Modified: 2010-07-27 14:43 PDT (History)
3 users (show)

See Also:


Attachments
Proposed Patch (5.80 KB, patch)
2010-07-27 14:27 PDT, Jian Li
levin: review+
jianli: commit-queue-
Details | Formatted Diff | Diff

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