[Webkit-unassigned] [Bug 106311] New: REGRESSION(r139036): 'WebCore::DateTimeSymbolicFieldElement::isInRange' hides overloaded virtual function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 00:27:43 PST 2013


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

           Summary: REGRESSION(r139036):
                    'WebCore::DateTimeSymbolicFieldElement::isInRange'
                    hides overloaded virtual function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jochen at chromium.org
                CC: tkent at chromium.org, ksakamoto at chromium.org
            Blocks: 106212


Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h:52:10: error: 'WebCore::DateTimeSymbolicFieldElement::isInRange' hides overloaded virtual function [-Werror,-Woverloaded-virtual]
    bool isInRange(int index) const { return index >= m_minimumIndex && index <= m_maximumIndex; }
         ^
../../Source/WebCore/dom/Element.h:416:18: note: hidden overloaded virtual function 'WebCore::Element::isInRange' declared here
    virtual bool isInRange() const { return false; }

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