Bug 146343

Summary: [Curl] Compile errors; ResourceResponseBase::resourceLoadTiming() has changed return type.
Product: WebKit Reporter: peavo
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, galpeter, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description peavo 2015-06-26 04:40:08 PDT
The resourceLoadTiming() member of the class ResourceResponseBase does not return a pointer, but a reference.
Comment 1 peavo 2015-06-26 05:23:44 PDT
Created attachment 255633 [details]
Patch
Comment 2 Brent Fulgham 2015-06-26 09:20:18 PDT
Comment on attachment 255633 [details]
Patch

r=me. Thank you for fixing this!
Comment 3 WebKit Commit Bot 2015-06-26 10:10:49 PDT
Comment on attachment 255633 [details]
Patch

Clearing flags on attachment: 255633

Committed r186000: <http://trac.webkit.org/changeset/186000>
Comment 4 WebKit Commit Bot 2015-06-26 10:10:55 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 peavo 2015-06-26 11:53:27 PDT
(In reply to comment #2)
> Comment on attachment 255633 [details]
> Patch
> 
> r=me. Thank you for fixing this!

Thanks for reviewing :)