Bug 109184

Summary: [WinCairo] Compile fix after r141981
Product: WebKit Reporter: peavo
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, vivekg, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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