[Webkit-unassigned] [Bug 37542] New: [WML] Duplicated patches were pushed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 19:04:18 PDT 2010


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

           Summary: [WML] Duplicated patches were pushed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


Duplicated patches were pushed to same files (wml/WMLOptionElement.h,
wml/WMLSelectElement.h)

 - Bug 36698 - There are build breaks when wml is enabled.
 - Bug 36648 - [WML] WML enabled build failure. 

I think one of them should be reverted.

There are build breaks when wml enabled as below,

------------------------------------------------------------------------------------------------------
In file included from WebCore/dom/SelectElement.cpp:48:
./WebCore/wml/WMLSelectElement.h:92: error: 'virtual void
WebCore::WMLSelectElement::listBoxSelectItem(int, bool, bool, bool)' cannot be
overloaded
./WebCore/wml/WMLSelectElement.h:90: error: with 'virtual void
WebCore::WMLSelectElement::listBoxSelectItem(int, bool, bool, bool)'

In file included from WebCore/dom/OptionElement.cpp:34:
./WebCore/wml/WMLOptionElement.h:59: error: 'virtual bool
WebCore::WMLOptionElement::disabled() const' cannot be overloaded
./WebCore/wml/WMLOptionElement.h:44: error: with 'virtual bool
WebCore::WMLOptionElement::disabled() const'
-------------------------------------------------------------------------------------------------------------

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