[Webkit-unassigned] [Bug 40720] New: CSSStyleSelector won't compile if WCSS is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 10:43:40 PDT 2010


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

           Summary: CSSStyleSelector won't compile if WCSS is enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gwright at kde.org


SVN commit 60418 made setWapInputFormat() private but CSSStyleSelector.cpp calls it here:

HTMLFormControlElement* element = static_cast<HTMLFormControlElement*>(m_element);

Resulting in the following compile error:


"../../../../WebCore/css/CSSStyleSelector.cpp", line 5386: Error:  #265-D: function "WebCore::HTMLInputElement::setWapInputFormat" (declared at line 337 of "../../../../WebCore/html/HTMLInputElement.h") is inaccessible
              static_cast<HTMLInputElement*>(m_element)->setWapInputFormat(mask);
                                                         ^

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