Changeset 57074 in webkit


Ignore:
Timestamp:
Apr 5, 2010 6:47:35 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-05 Laszlo Gombos <Laszlo Gombos>

Reviewed by Kenneth Rohde Christiansen.

[Qt] [Symbian] Remove obsolete build flags for Symbian
https://bugs.webkit.org/show_bug.cgi?id=37083

Symbian port of QtWebKit port does not use icu, so it does
not need U_HAVE_* defines.

Symbian now has inttypes.h as part of OpenC.

stdio.h, limits.h and MathExtras.h are already included in
more appropriate locations.

No new tests as there is no new functionality.

  • config.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r57073 r57074  
     12010-04-05  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] [Symbian] Remove obsolete build flags for Symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=37083
     7
     8        Symbian port of QtWebKit port does not use icu, so it does
     9        not need U_HAVE_* defines.
     10
     11        Symbian now has inttypes.h as part of OpenC.
     12
     13        stdio.h, limits.h and MathExtras.h are already included in
     14        more appropriate locations.
     15
     16        No new tests as there is no new functionality.
     17
     18        * config.h:
     19
    1202010-04-05  Pavel Feldman  <pfeldman@chromium.org>
    221
  • trunk/WebCore/config.h

    r56704 r57074  
    177177#endif
    178178#define USE_SYSTEM_MALLOC 1
    179 #define U_HAVE_INT8_T 0
    180 #define U_HAVE_INT16_T 0
    181 #define U_HAVE_INT32_T 0
    182 #define U_HAVE_INT64_T 0
    183 #define U_HAVE_INTTYPES_H 0
    184 
    185 #include <stdio.h>
    186 #include <limits.h>
    187 #include <wtf/MathExtras.h>
    188179#endif
    189180
Note: See TracChangeset for help on using the changeset viewer.