Bug 178378

Summary: [Curl] Forward declaration "class Cookie;" in CookieJarCurl.h should be "struct Cookie;"
Product: WebKit Reporter: Yoshiaki Jitsukawa <yoshiaki.jitsukawa>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, buildbot, commit-queue, don.olmstead, galpeter, pvollan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Yoshiaki Jitsukawa 2017-10-16 23:48:03 PDT
In CookieJarCurl.h, Cookie is forward-declared as a class but it's a struct.
Comment 1 Yoshiaki Jitsukawa 2017-10-16 23:55:36 PDT
Created attachment 324000 [details]
Patch
Comment 2 Per Arne Vollan 2017-10-17 08:52:21 PDT
Comment on attachment 324000 [details]
Patch

R=me.
Comment 3 WebKit Commit Bot 2017-10-17 09:20:29 PDT
Comment on attachment 324000 [details]
Patch

Clearing flags on attachment: 324000

Committed r223550: <https://trac.webkit.org/changeset/223550>
Comment 4 WebKit Commit Bot 2017-10-17 09:20:31 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2017-10-17 09:20:57 PDT
<rdar://problem/35030485>