Changeset 174157 in webkit


Ignore:
Timestamp:
Oct 1, 2014 9:17:21 AM (10 years ago)
Author:
mitz@apple.com
Message:

Windows build fix.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r174156 r174157  
     12014-10-01  Dan Bernstein  <mitz@apple.com>
     2
     3        Windows build fix.
     4
     5        * platform/network/cf/ResourceResponseCFNet.cpp:
     6
    172014-10-01  Dan Bernstein  <mitz@apple.com>
    28
  • trunk/Source/WebCore/platform/network/cf/ResourceResponseCFNet.cpp

    r174156 r174157  
    3131#include "HTTPParsers.h"
    3232#include "MIMETypeRegistry.h"
    33 #include "WebCoreSystemInterface.h"
    3433#include <CFNetwork/CFURLResponsePriv.h>
    3534#include <wtf/RetainPtr.h>
     35
     36#if PLATFORM(COCOA)
     37#include "WebCoreSystemInterface.h"
     38#endif
    3639
    3740// We would like a better value for a maximum time_t,
Note: See TracChangeset for help on using the changeset viewer.