Bug 117032

Summary: Fix double hash lookup in WebPage::determinePrimarySnapshottedPlugIn() loop.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Plug-insAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Andreas Kling 2013-05-30 08:26:50 PDT
Fix double hash lookup in WebPage::determinePrimarySnapshottedPlugIn() loop.
Comment 1 Andreas Kling 2013-05-30 08:28:27 PDT
Created attachment 203360 [details]
Patch
Comment 2 Andreas Kling 2013-05-30 10:06:50 PDT
Committed r150968: <http://trac.webkit.org/changeset/150968>