Bug 69683

Summary: [FileSystem API] FileEntry required arguments
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: abarth, ericu
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch abarth: review-

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.