[Webkit-unassigned] [Bug 69637] New: requestFileSystem successCallback is required

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 10:01:54 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69637

           Summary: requestFileSystem successCallback is required
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: ericu at chromium.org


According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#methods , the third parameter to requestFileSystem (successCallback) is not optional and can not be null. This test attempts to call the method without this parameter and checks for the required TypeError.

Expected behavior: TypeError: not enough arguments
Actual behavior: no exception thrown

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list