Bug 164639

Summary: RenderFlowThread::removeLineRegionInfo shouldn't call HashMap::contains before HashMap::remove
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, simon.fraser, WebkitBugTracker
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.