[Webkit-unassigned] [Bug 36648] [WML] WML enabled build failure.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 5 23:20:14 PDT 2010


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


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gyuyoung.kim at samsung.com




--- Comment #11 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-04-05 23:20:14 PST ---
There are build breaks as below because of duplicate patches.
Even though the patch of bug below already was puahed to trunk, this patch was
landed again.

There are build breaks when wml is enabled.
(https://bugs.webkit.org/show_bug.cgi?id=36698).

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

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)’
  CXX    WebCore/dom/libwebkit_1_0_la-SelectorNodeList.lo
make[1]: *** [WebCore/dom/libwebkit_1_0_la-SelectElement.lo] 
--------------------------------------------------------------------------------

It seems to me that one of patches should be removed.

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