[Webkit-unassigned] [Bug 43176] New: [WML] Add dummy argument to SelectElement::defaultEventHandler() in WMLSelectElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 00:31:43 PDT 2010


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

           Summary: [WML] Add dummy argument to
                    SelectElement::defaultEventHandler() in
                    WMLSelectElement
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


An parameter was added to defaultEventHandler() of SelectElement. So, WMLSelectElement should use the defaultEventHandler with 4 parameters. However, the new parameter is HTMLFormElement. It is difficult to set the HTMLFormElement in WMLSelectElement.cpp.
For now, I add NULL instead of the HTMLFormElement in order to prevent build break when wml is enabled. IMO, this issue should be fixed later.

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