[Webkit-unassigned] [Bug 132846] New: ResourceLoadTiming should use reference instead of pointer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 12 16:57:35 PDT 2014


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

           Summary: ResourceLoadTiming should use reference instead of
                    pointer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com
                CC: andersca at apple.com


As promised in https://bugs.webkit.org/show_bug.cgi?id=132574 I'm using references for ResourceLoadTiming, which is instanced in PerformanceResourceTiming and ResourceResponseBase.  This avoids unnecessary null checks and reference counting, and it makes the code nicer to read.

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