Changeset 43246 in webkit


Ignore:
Timestamp:
May 5, 2009 11:16:19 AM (15 years ago)
Author:
mitz@apple.com
Message:
  • Tiger build fix
  • css/CSSComputedStyleDeclaration.cpp: (WebCore::toCSSIdentifier):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r43245 r43246  
     12009-05-05  Dan Bernstein  <mitz@apple.com>
     2
     3        - Tiger build fix
     4
     5        * css/CSSComputedStyleDeclaration.cpp:
     6        (WebCore::toCSSIdentifier):
     7
    182009-05-05  Peter Kasting  <pkasting@google.com>
    29
  • trunk/WebCore/css/CSSComputedStyleDeclaration.cpp

    r43243 r43246  
    590590        case FontDescription::NoFamily:
    591591        default:
    592             return 0;
    593592            break;
    594593    }
     594    return 0;
    595595}
    596596
Note: See TracChangeset for help on using the changeset viewer.