Bug 109184 - [WinCairo] Compile fix after r141981
Summary: [WinCairo] Compile fix after r141981
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 109210 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-02-07 06:02 PST by peavo
Modified: 2013-02-07 10:50 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.55 KB, patch)
2013-02-07 06:05 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 2013-02-07 06:02:38 PST
An unnamed parameter in ResourceHandle::loadResourceSynchronously() in ResourceHandleCurl.cpp needs to have a name,
since it is now being referenced.
Comment 1 peavo 2013-02-07 06:05:43 PST
Created attachment 187083 [details]
Patch
Comment 2 Brent Fulgham 2013-02-07 10:08:57 PST
Comment on attachment 187083 [details]
Patch

Thanks for the fix!
Comment 3 WebKit Review Bot 2013-02-07 10:40:46 PST
Comment on attachment 187083 [details]
Patch

Clearing flags on attachment: 187083

Committed r142151: <http://trac.webkit.org/changeset/142151>
Comment 4 WebKit Review Bot 2013-02-07 10:40:49 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Vivek Galatage 2013-02-07 10:50:13 PST
*** Bug 109210 has been marked as a duplicate of this bug. ***