[Bug 15998] New: confution between method name URL.revokeObjectURL and URL.revokeBlobURL

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15998

           Summary: confution between method name URL.revokeObjectURL and
                    URL.revokeBlobURL
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API
        AssignedTo: arun@mozilla.com
        ReportedBy: otakustay@gmail.com
         QAContact: member-webapi-cvs@w3.org
                CC: public-webapps@w3.org


Created attachment 1079
  --> https://www.w3.org/Bugs/Public/attachment.cgi?id=1079
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.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 16 February 2012 09:49:18 UTC