[Webkit-unassigned] [Bug 96993] New: [Refactoring] ContentDistributor::distributeSelectionsTo should not change ContentDistribution pool.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 01:37:57 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96993

           Summary: [Refactoring]
                    ContentDistributor::distributeSelectionsTo should not
                    change ContentDistribution pool.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org
            Blocks: 96988


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list