Bug 117030 - Fix double hash lookup in DocumentLoader::removeSubresourceLoader().
Summary: Fix double hash lookup in DocumentLoader::removeSubresourceLoader().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2013-05-30 08:08 PDT by Andreas Kling
Modified: 2013-05-30 10:05 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.36 KB, patch)
2013-05-30 08:10 PDT, 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 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>