RESOLVED FIXED 69639
[FileSystem API] Entry.remove successCallback is required
https://bugs.webkit.org/show_bug.cgi?id=69639
Summary [FileSystem API] Entry.remove successCallback is required
Mark Pilgrim (Google)
Reported 2011-10-07 10:30:58 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#idl-def-Entry , the first parameter (successCallback) to the Entry.remove() method is required. This test calls the method without the required parameter and logs the result. Expected behavior: throws TypeError: not enough arguments Actual behavior: no exception thrown
Attachments
Patch (2.47 KB, patch)
2011-10-07 10:31 PDT, Mark Pilgrim (Google)
no flags
Patch (5.05 KB, patch)
2011-12-09 07:39 PST, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-10-07 10:31:57 PDT
Mark Pilgrim (Google)
Comment 2 2011-12-09 07:39:19 PST
WebKit Review Bot
Comment 3 2011-12-09 17:39:27 PST
Comment on attachment 118575 [details] Patch Clearing flags on attachment: 118575 Committed r102501: <http://trac.webkit.org/changeset/102501>
WebKit Review Bot
Comment 4 2011-12-09 17:39:31 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.