Show
Ignore:
Timestamp:
08/08/08 14:23:27 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35637

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebCore/css/CSSComputedStyleDeclaration.cpp

    r431 r433  
    11651165        case CSSPropertyTextUnderlineWidth: 
    11661166        case CSSPropertyUnicodeRange: // Only used in @font-face rules. 
     1167        case CSSPropertyWebkitAnimation: 
     1168        case CSSPropertyWebkitAnimationDelay: 
     1169        case CSSPropertyWebkitAnimationDirection: 
     1170        case CSSPropertyWebkitAnimationDuration: 
     1171        case CSSPropertyWebkitAnimationIterationCount: 
     1172        case CSSPropertyWebkitAnimationName: 
     1173        case CSSPropertyWebkitAnimationPlayState: 
     1174        case CSSPropertyWebkitAnimationTimingFunction: 
    11671175        case CSSPropertyWebkitBorderRadius: 
    11681176        case CSSPropertyWebkitColumns: 
     
    11751183        case CSSPropertyWebkitPaddingStart: 
    11761184        case CSSPropertyWebkitTextStroke: 
     1185        case CSSPropertyWebkitTransformOrigin: 
     1186        case CSSPropertyWebkitTransition: 
     1187        case CSSPropertyWebkitVariableDeclarationBlock: 
    11771188            // FIXME: The above are unimplemented. 
    11781189            break;