CSSStyleSelector: Avoid double hash lookup in keyframeStylesForAnimation().
authorkling@webkit.org <kling@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 31 Dec 2011 23:39:46 +0000 (23:39 +0000)
committerkling@webkit.org <kling@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 31 Dec 2011 23:39:46 +0000 (23:39 +0000)
commit4c6aae20310d3264afbad2fbb70ce3c46b38d191
tree07618c9edbc87cb85aa89ce4c25c194f17339088
parentbfd574b098a73753c54baf5573be2d9f1c1173b5
CSSStyleSelector: Avoid double hash lookup in keyframeStylesForAnimation().
<http://webkit.org/b/75408>

Reviewed by Anders Carlsson.

* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::keyframeStylesForAnimation):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103862 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/css/CSSStyleSelector.cpp