Bug 96993

Summary: [Refactoring] ContentDistributor::distributeSelectionsTo should not change ContentDistribution pool.
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: DOMAssignee: Shinya Kawanaka <shinyak>
Status: RESOLVED FIXED    
Severity: Normal CC: webcomponents-bugzilla, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 96988    
Attachments:
Description Flags
Patch none

Description Shinya Kawanaka 2012-09-18 01:38:27 PDT
Since we would like to reuse the ContentDistribution pool later, it should be const in this method.
Instead, we should have Vector<bool> to know each element is distributed or not.
Comment 1 Shinya Kawanaka 2012-09-18 01:47:02 PDT
Created attachment 164516 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-18 18:04:37 PDT
Comment on attachment 164516 [details]
Patch

Clearing flags on attachment: 164516

Committed r128956: <http://trac.webkit.org/changeset/128956>
Comment 3 WebKit Review Bot 2012-09-18 18:04:41 PDT
All reviewed patches have been landed.  Closing bug.