Changeset 127045 in webkit for trunk/Source/WebCore/css/CSSToStyleMap.cpp
- Timestamp:
- Aug 29, 2012, 1:46:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSToStyleMap.cpp
r121289 r127045 362 362 CSSPrimitiveValue* primitiveValue = static_cast<CSSPrimitiveValue*>(value); 363 363 if (primitiveValue->getIdent() == CSSValueInfinite) 364 animation->setIterationCount( -1);364 animation->setIterationCount(Animation::IterationCountInfinite); 365 365 else 366 366 animation->setIterationCount(primitiveValue->getFloatValue());
Note:
See TracChangeset
for help on using the changeset viewer.