[Webkit-unassigned] [Bug 131784] New: [Win] A few final cleanups to the DataObject classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 16 19:54:25 PDT 2014


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

           Summary: [Win] A few final cleanups to the DataObject classes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at webkit.org
        Depends on: 131631,131735


While working on Bug 131631, we noticed a few improvements that could be made once the Vector class had been updated with additional move-handling operators.

1. Use "someVector.last()" rather than "someVector[someVector.size() - 1]"
2. Use Vectors "takeLast()" method, rather than the hand-coded implementation in these classes.

-- 
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