Changeset 240296 in webkit


Ignore:
Timestamp:
Jan 22, 2019 2:04:56 PM (5 years ago)
Author:
Michael Catanzaro
Message:

Another build fix after r240292
https://bugs.webkit.org/show_bug.cgi?id=193580
<rdar://problem/47457742>

Unreviewed, still not enough to fix soup builds, but closer.

  • UIProcess/API/APIHTTPCookieStore.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r240295 r240296  
     12019-01-22  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        Another build fix after r240292
     4        https://bugs.webkit.org/show_bug.cgi?id=193580
     5        <rdar://problem/47457742>
     6
     7        Unreviewed, still not enough to fix soup builds, but closer.
     8
     9        * UIProcess/API/APIHTTPCookieStore.h:
     10
    1112019-01-22  Alex Christensen  <achristensen@webkit.org>
    212
  • trunk/Source/WebKit/UIProcess/API/APIHTTPCookieStore.h

    r240292 r240296  
    3333#include <wtf/HashSet.h>
    3434
     35#if PLATFORM(COCOA)
    3536namespace WebCore {
    3637struct Cookie;
    3738class CookieStorageObserver;
    3839}
     40#endif
    3941
    4042namespace WebKit {
     
    9496
    9597    uint64_t m_processPoolCreationListenerIdentifier { 0 };
     98
     99#if PLATFORM(COCOA)
    96100    RefPtr<WebCore::CookieStorageObserver> m_defaultUIProcessObserver;
     101#endif
    97102};
    98103
Note: See TracChangeset for help on using the changeset viewer.