[Webkit-unassigned] [Bug 78552] New: SharedBuffer's Vector<RetainPtr<CFDataRef> > should have a typedef

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 16:54:22 PST 2012


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

           Summary: SharedBuffer's Vector<RetainPtr<CFDataRef> > should
                    have a typedef
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: EasyFix
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: benjamin at webkit.org


>From https://bugs.webkit.org/show_bug.cgi?id=77718

> Source/WebCore/platform/cf/SharedBufferCF.cpp:121
> +    Vector<RetainPtr<CFDataRef> >::const_iterator end = m_dataArray.end();

Nit: Might be nice to have a typedef for Vector<RetainPtr<CFDataRef> >.

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