[Webkit-unassigned] [Bug 26498] New: should not use std::reverse in Webkit code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 16:04:32 PDT 2009


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

           Summary: should not use  std::reverse in Webkit code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xji at chromium.org


static void getLeafBoxesInLogicalOrder() in visible_units.cpp
uses std::reverse() to reverse vector elements, which it should not, because
some platforms that use webkit as rendering engine might not have STL support.


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



More information about the webkit-unassigned mailing list