Bug 47934 - Rename createBlobURL to createObjectURL and revokeBlobURL to revokeObjectURL per the latest File API spec
Summary: Rename createBlobURL to createObjectURL and revokeBlobURL to revokeObjectURL ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Jian Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 14:57 PDT by Jian Li
Modified: 2010-10-19 16:09 PDT (History)
5 users (show)

See Also:


Attachments
Proposed Patch (16.14 KB, patch)
2010-10-19 15:24 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-10-19 14:57:38 PDT
We need to rename createBlobURL to createObjectURL and revokeBlobURL to revokeObjectURL per the latest File API spec.
  http://dev.w3.org/2006/webapi/FileAPI/#dfn-createObjectURL
Comment 1 Jian Li 2010-10-19 15:24:07 PDT
Created attachment 71210 [details]
Proposed Patch
Comment 2 Jian Li 2010-10-19 16:09:54 PDT
Committed r70102: <http://trac.webkit.org/changeset/70102>