Bug 75408

Summary: CSSStyleSelector: Avoid double hash lookup in keyframeStylesForAnimation().
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Andreas Kling 2011-12-31 13:18:22 PST
We don't need to contains() before we find()..
Comment 1 Andreas Kling 2011-12-31 13:19:47 PST
Created attachment 120834 [details]
Patch
Comment 2 Andreas Kling 2011-12-31 15:39:59 PST
Committed r103862: <http://trac.webkit.org/changeset/103862>