Bug 180835 - Fix Mac CMake build
Summary: Fix Mac CMake build
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-12-14 13:45 PST by Alex Christensen
Modified: 2017-12-14 17:29 PST (History)
3 users (show)

See Also:


Attachments
Patch (10.17 KB, patch)
2017-12-14 13:48 PST, Alex Christensen
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2017-12-14 13:45:40 PST
Fix Mac CMake build
Comment 1 Alex Christensen 2017-12-14 13:48:24 PST
Created attachment 329396 [details]
Patch
Comment 2 Andy Estes 2017-12-14 13:58:12 PST
Comment on attachment 329396 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=329396&action=review

> Source/WebKit/Shared/WebsiteDataStoreParameters.cpp:97
> +    return {{ }, { }, { }, { }, { }, { }, { sessionID, { }, { }, { }}};

Ew
Comment 3 Alex Christensen 2017-12-14 14:22:41 PST
http://trac.webkit.org/r225931
Comment 4 Radar WebKit Bug Importer 2017-12-14 14:23:24 PST
<rdar://problem/36058324>
Comment 5 Ryan Haddad 2017-12-14 17:29:37 PST
Reverted r225931 for reason:

Breaks internal builds.

Committed r225949: <https://trac.webkit.org/changeset/225949>