Bug 146343 - [Curl] Compile errors; ResourceResponseBase::resourceLoadTiming() has changed return type.
Summary: [Curl] Compile errors; ResourceResponseBase::resourceLoadTiming() has changed...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 04:40 PDT by peavo
Modified: 2015-06-26 11:53 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.21 KB, patch)
2015-06-26 05:23 PDT, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :)