Bug 117030

Summary: Fix double hash lookup in DocumentLoader::removeSubresourceLoader().
Product: WebKit Reporter: Andreas Kling <kling>
Component: Page LoadingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet, 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:08:31 PDT
Fix double hash lookup in DocumentLoader::removeSubresourceLoader().
Comment 1 Andreas Kling 2013-05-30 08:10:54 PDT
Created attachment 203357 [details]
Patch
Comment 2 Andreas Kling 2013-05-30 10:05:36 PDT
Committed r150967: <http://trac.webkit.org/changeset/150967>