This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15998 - confusion between method name URL.revokeObjectURL and URL.revokeBlobURL
Summary: confusion between method name URL.revokeObjectURL and URL.revokeBlobURL
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-16 09:49 UTC by GrayZhang
Modified: 2012-02-18 22:10 UTC (History)
2 users (show)

See Also:


Attachments
Highlighting mistakes (146.78 KB, image/png)
2012-02-16 09:49 UTC, GrayZhang
Details

Description GrayZhang 2012-02-16 09:49:12 UTC
Created attachment 1079 [details]
Highlighting mistakes

In "11.8. Creating and Revoking a Blob URI", the partial interface URL defines a static method named 'revokeObjectURL', but in "11.8.1. Methods and Parameters", it metions something like "URL.revokeBlobURL() is called" 2 times.

I thinks this is a mistake referencing the method name, the "URL.revokeBlobURL" should actually be "URL.revokeObjectURL" to satisfy what is defined in IDL.
Comment 1 Arun 2012-02-18 22:04:56 UTC
I've fixed this bug in the Editor's draft: http://dev.w3.org/2006/webapi/FileAPI/#creating-revoking