[Webkit-unassigned] [Bug 6568] New: Typo in CSSPrimitiveValueImpl::setStringValue

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jan 15 14:12:02 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6568

           Summary: Typo in CSSPrimitiveValueImpl::setStringValue
           Product: WebKit
           Version: 412+
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: opendarwin.org at bdash.net.nz


A line in CSSPrimitiveValueImpl::setStringValue reads:
    if (m_type < CSSPrimitiveValue::CSS_STRING || m_type >> CSSPrimitiveValue::CSS_ATTR) {
It's apparent that the >> should really be a >.

-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list