Fix error in comment. r=bzbarsky

This commit is contained in:
L. David Baron 2011-06-12 18:52:32 -07:00
Родитель 07567969d6
Коммит 8b4fc302a8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8381,7 +8381,7 @@ CSSParserImpl::ParseAnimation()
// Must check 'animation-name' after 'animation-timing-function',
// 'animation-direction', 'animation-fill-mode',
// 'animation-iteration-count', and 'animation-play-state' since
// 'animation-property' accepts any keyword.
// 'animation-name' accepts any keyword.
eCSSProperty_animation_name
};
static const PRUint32 numProps = NS_ARRAY_LENGTH(kAnimationProperties);