[Webkit-unassigned] [Bug 45437] New: [WML] Add a parameter to fix build break.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 21:17:45 PDT 2010


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

           Summary: [WML] Add a parameter to fix build break.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


In WMLSelectElement.h, the setSelectedIndexByUser() needs to have one more parameter. Because, parent class's setSelectedIndexByUser() has one more param.

In SelectElement.h,

=>  virtual void setSelectedIndexByUser(int index, bool deselect = true, bool fireOnChangeNow = false, bool allowMultipleSelection = false) = 0;

In WMLSelectElement.h,
=> virtual void setSelectedIndexByUser(int index, bool deselect = true, bool fireOnChangeNow = false);

However, the setSelectedIndexByUser's implementation has the param. It seems to me that he didn't consider wml header file when the patch owner make his patch.

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