Changeset 74654 in webkit


Ignore:
Timestamp:
Dec 24, 2010 1:26:05 PM (13 years ago)
Author:
Simon Fraser
Message:

2010-12-24 Simon Fraser <Simon Fraser>

Fix the Qt build after r74650.

  • WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
Location:
trunk/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r74650 r74654  
     12010-12-24  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Fix the Qt build after r74650.
     4
     5        * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:
     6
    172010-12-24  Benjamin Poulain  <ikipou@gmail.com>
    28
  • trunk/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp

    r74650 r74654  
    3636#include <WebCore/PageGroup.h>
    3737#include <wtf/MathExtras.h>
     38#include <wtf/text/CString.h>
     39
     40#if PLATFORM(CF)
    3841#include <wtf/RetainPtr.h>
    39 #include <wtf/text/CString.h>
     42#endif
    4043
    4144// FIXME: Implement localization.
Note: See TracChangeset for help on using the changeset viewer.