Bug 178378 - [Curl] Forward declaration "class Cookie;" in CookieJarCurl.h should be "struct Cookie;"
Summary: [Curl] Forward declaration "class Cookie;" in CookieJarCurl.h should be "stru...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-16 23:48 PDT by Yoshiaki Jitsukawa
Modified: 2017-10-17 09:20 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.79 KB, patch)
2017-10-16 23:55 PDT, Yoshiaki Jitsukawa
no flags Details | Formatted Diff | Diff

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