Bug 164639 - RenderFlowThread::removeLineRegionInfo shouldn't call HashMap::contains before HashMap::remove
Summary: RenderFlowThread::removeLineRegionInfo shouldn't call HashMap::contains befor...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-11 09:57 PST by zalan
Modified: 2016-11-11 11:00 PST (History)
6 users (show)

See Also:


Attachments
Patch (26.13 KB, patch)
2016-11-11 10:00 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2016-11-11 09:57:31 PST
It's double hashing, slow and not needed at all.
Comment 1 zalan 2016-11-11 10:00:08 PST
Created attachment 294503 [details]
Patch
Comment 2 WebKit Commit Bot 2016-11-11 11:00:01 PST
Comment on attachment 294503 [details]
Patch

Clearing flags on attachment: 294503

Committed r208597: <http://trac.webkit.org/changeset/208597>
Comment 3 WebKit Commit Bot 2016-11-11 11:00:04 PST
All reviewed patches have been landed.  Closing bug.