Bug 139026 - [Curl] Compile error in ResourceHandleManager.cpp.
Summary: [Curl] Compile error in ResourceHandleManager.cpp.
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: 2014-11-24 06:37 PST by peavo
Modified: 2014-11-24 10:30 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.34 KB, patch)
2014-11-24 06:41 PST, 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 2014-11-24 06:37:49 PST
The parameter types in the constructor of the Timer class has changed.
Comment 1 peavo 2014-11-24 06:41:15 PST
Created attachment 242156 [details]
Patch
Comment 2 Brent Fulgham 2014-11-24 08:24:17 PST
Comment on attachment 242156 [details]
Patch

Thank you for fixing this!
Comment 3 WebKit Commit Bot 2014-11-24 09:02:15 PST
Comment on attachment 242156 [details]
Patch

Clearing flags on attachment: 242156

Committed r176520: <http://trac.webkit.org/changeset/176520>
Comment 4 WebKit Commit Bot 2014-11-24 09:02:26 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 peavo 2014-11-24 10:30:05 PST
(In reply to comment #2)
> Comment on attachment 242156 [details]
> Patch
> 
> Thank you for fixing this!

Thanks for reviewing :)