Bug 44188 - Change BlobStorageData to reuse BlobData
Summary: Change BlobStorageData to reuse BlobData
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-08-18 10:58 PDT by Jian Li
Modified: 2010-08-18 12:04 PDT (History)
4 users (show)

See Also:


Attachments
Proposed Patch (17.00 KB, patch)
2010-08-18 11:02 PDT, Jian Li
jianli: commit-queue-
Details | Formatted Diff | Diff
Proposed Patch (16.49 KB, patch)
2010-08-18 11:04 PDT, Jian Li
fishd: 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-08-18 10:58:32 PDT
We can simplify BlobStorageData by reusing what we have in BlobData. Thus we do not need to define separate BlobStorageDataItem.
Comment 1 Jian Li 2010-08-18 11:02:06 PDT
Created attachment 64737 [details]
Proposed Patch
Comment 2 Jian Li 2010-08-18 11:04:04 PDT
Created attachment 64738 [details]
Proposed Patch

Removed unwanted project.pbxproj change.
Comment 3 Darin Fisher (:fishd, Google) 2010-08-18 11:21:40 PDT
Comment on attachment 64738 [details]
Proposed Patch

R=me
Comment 4 Jian Li 2010-08-18 12:04:52 PDT
Committed as http://trac.webkit.org/changeset/65622.