RESOLVED WORKSFORME 69683
[FileSystem API] FileEntry required arguments
https://bugs.webkit.org/show_bug.cgi?id=69683
Summary [FileSystem API] FileEntry required arguments
Mark Pilgrim (Google)
Reported 2011-10-07 18:10:46 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#the-fileentry-interface , the first parameter (successCallback) to the createWriter() and file() methods is required. This test calls these methods without the required argument and logs the result. WebKit passes this test.
Attachments
Patch (3.42 KB, patch)
2011-10-07 18:12 PDT, Mark Pilgrim (Google)
abarth: review-
Mark Pilgrim (Google)
Comment 1 2011-10-07 18:12:30 PDT
Note You need to log in before you can comment on or make changes to this bug.