RESOLVED WORKSFORME 69645
[FileSystem API] DirectoryReader.readEntries required arguments
https://bugs.webkit.org/show_bug.cgi?id=69645
Summary [FileSystem API] DirectoryReader.readEntries required arguments
Mark Pilgrim (Google)
Reported 2011-10-07 11:12:20 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#idl-def-DirectoryReader , the first argument (successCallback) of the readEntries() method is required. This test calls the method without the required parameter and logs the result. WebKit passes this test.
Attachments
Patch (3.50 KB, patch)
2011-10-07 11:13 PDT, Mark Pilgrim (Google)
abarth: review-
Mark Pilgrim (Google)
Comment 1 2011-10-07 11:13:34 PDT
Note You need to log in before you can comment on or make changes to this bug.