Changeset 58262 in webkit


Ignore:
Timestamp:
Apr 26, 2010 12:26:23 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-26 Laszlo Gombos <Laszlo Gombos>

Reviewed by Simon Hausmann.

[Qt] Clean-up WebCore.pro after now that JavaScriptCore is built separately
https://bugs.webkit.org/show_bug.cgi?id=38123

HAVE_STDINT_H, and HAVE_PTHREAD_NP_H no longer needs to be defined
for QtWebKit as JavaScriptCore is built separately. These defines are only
used by JavaScriptCore and for JavaScriptCore these are already
properly defined in JavaScriptCore/config.h.

No new tests, no new functionality.

  • WebCore.pro:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r58260 r58262  
     12010-04-26  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Clean-up WebCore.pro after now that JavaScriptCore is built separately
     6        https://bugs.webkit.org/show_bug.cgi?id=38123
     7
     8        HAVE_STDINT_H, and HAVE_PTHREAD_NP_H no longer needs to be defined
     9        for QtWebKit  as JavaScriptCore is built separately. These defines are only
     10        used  by JavaScriptCore and for JavaScriptCore these are already
     11        properly defined in JavaScriptCore/config.h.
     12
     13        No new tests, no new functionality.
     14
     15        * WebCore.pro:
     16
    1172010-04-26  Roman Gershman  <romange@google.com>
    218
  • trunk/WebCore/WebCore.pro

    r58246 r58262  
    8888    unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
    8989}
    90 
    91 linux-*: DEFINES += HAVE_STDINT_H
    92 freebsd-*: DEFINES += HAVE_PTHREAD_NP_H
    9390
    9491DEFINES += BUILD_WEBKIT
Note: See TracChangeset for help on using the changeset viewer.