[Webkit-unassigned] [Bug 115477] New: handle enum in overloaded methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 1 10:27:50 PDT 2013


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

           Summary: handle enum in overloaded methods
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arno at renevier.net


Hi,
currently, enum are not handled correctly in overloaded methods:
The check done is:
The binding try to check if argument is an object of type whateverEnum.
Instead, it should check if it's a string.

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