Bug 96993 - [Refactoring] ContentDistributor::distributeSelectionsTo should not change ContentDistribution pool.
Summary: [Refactoring] ContentDistributor::distributeSelectionsTo should not change Co...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shinya Kawanaka
URL:
Keywords:
Depends on:
Blocks: 96988
  Show dependency treegraph
 
Reported: 2012-09-18 01:38 PDT by Shinya Kawanaka
Modified: 2012-09-18 18:04 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.02 KB, patch)
2012-09-18 01:47 PDT, Shinya Kawanaka
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.