[Webkit-unassigned] [Bug 66455] New: A SharedWorker constructor should throw TypeError, when the number of arguments is not enough

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 01:49:02 PDT 2011


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

           Summary: A SharedWorker constructor should throw TypeError,
                    when the number of arguments is not enough
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: haraken at google.com
                CC: ap at webkit.org, abarth at webkit.org,
                    dominicc at chromium.org


Currently, a SharedWorker constructor throws SyntaxError, when the number of arguments is not enough. However, the spec requires TypeError in that case (http://www.w3.org/TR/WebIDL/#es-operations).

FYI: This is a part of the patch for bug 65839.

-- 
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