Bug 47934

Summary: Rename createBlobURL to createObjectURL and revokeBlobURL to revokeObjectURL per the latest File API spec
Product: WebKit Reporter: Jian Li <jianli>
Component: WebCore JavaScriptAssignee: Jian Li <jianli>
Status: RESOLVED FIXED    
Severity: Normal CC: dimich, ericu, fishd, kinuko, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Proposed Patch fishd: review+, jianli: commit-queue-

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>