Changeset 221058 in webkit


Ignore:
Timestamp:
Aug 22, 2017 5:06:50 PM (7 years ago)
Author:
pvollan@apple.com
Message:

[Win] Fix compile errors.
https://bugs.webkit.org/show_bug.cgi?id=175860

Reviewed by Brent Fulgham.

Add required header files.

  • platform/network/cf/CookieJarCFNet.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r221056 r221058  
     12017-08-22  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [Win] Fix compile errors.
     4        https://bugs.webkit.org/show_bug.cgi?id=175860
     5
     6        Reviewed by Brent Fulgham.
     7
     8        Add required header files.
     9
     10        * platform/network/cf/CookieJarCFNet.cpp:
     11
    1122017-08-22  Brent Fulgham  <bfulgham@apple.com>
    213
  • trunk/Source/WebCore/platform/network/cf/CookieJarCFNet.cpp

    r221017 r221058  
    3030
    3131#include "Cookie.h"
     32#include "CookiesStrategy.h"
    3233#include "NetworkStorageSession.h"
    3334#include "NotImplemented.h"
     
    3738#include <pal/spi/cf/CFNetworkSPI.h>
    3839#include <wtf/SoftLinking.h>
    39 #include <wtf/TypeCastsCF.h>
     40#include <wtf/cf/TypeCastsCF.h>
    4041#include <wtf/text/WTFString.h>
    4142
     
    5960};
    6061
    61 DECLARE_CF_TYPE_TRAIT(CFHTTPCookieRef);
     62DECLARE_CF_TYPE_TRAIT(CFHTTPCookie);
    6263
    6364#undef DECLARE_CF_TYPE_TRAIT
Note: See TracChangeset for help on using the changeset viewer.