Bug 75408 - CSSStyleSelector: Avoid double hash lookup in keyframeStylesForAnimation().
Summary: CSSStyleSelector: Avoid double hash lookup in keyframeStylesForAnimation().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-31 13:18 PST by Andreas Kling
Modified: 2011-12-31 15:39 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.52 KB, patch)
2011-12-31 13:19 PST, Andreas Kling
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>