Changeset 51166 in webkit


Ignore:
Timestamp:
Nov 18, 2009 6:46:13 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-18 Laszlo Gombos <Laszlo Gombos>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Remove WTF_USE_JAVASCRIPTCORE_BINDINGS as it is no longer used
https://bugs.webkit.org/show_bug.cgi?id=31643

2009-11-18 Laszlo Gombos <Laszlo Gombos>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Remove WTF_USE_JAVASCRIPTCORE_BINDINGS as it is no longer used
https://bugs.webkit.org/show_bug.cgi?id=31643

No new tests as there is no functional change.

  • WebCore.pro:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r51144 r51166  
     12009-11-18  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Remove WTF_USE_JAVASCRIPTCORE_BINDINGS as it is no longer used
     6        https://bugs.webkit.org/show_bug.cgi?id=31643
     7
     8        * JavaScriptCore.pro:
     9
    1102009-11-18  Nate Chapin  <japhet@chromium.org>
    211
  • trunk/JavaScriptCore/JavaScriptCore.pro

    r49128 r51166  
    5353}
    5454
    55 DEFINES += WTF_USE_JAVASCRIPTCORE_BINDINGS=1
    56 
    5755DEFINES += WTF_CHANGES=1
    5856
  • trunk/WebCore/ChangeLog

    r51165 r51166  
     12009-11-18  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Remove WTF_USE_JAVASCRIPTCORE_BINDINGS as it is no longer used
     6        https://bugs.webkit.org/show_bug.cgi?id=31643
     7
     8        No new tests as there is no functional change.
     9
     10        * WebCore.pro:
     11
    1122009-11-18  Yong Li  <yong.li@torchmobile.com>
    213
  • trunk/WebCore/WebCore.pro

    r51063 r51166  
    181181}
    182182
    183 DEFINES += WTF_USE_JAVASCRIPTCORE_BINDINGS=1 WTF_CHANGES=1
     183DEFINES += WTF_CHANGES=1
    184184
    185185# Used to compute defaults for the build-webkit script
Note: See TracChangeset for help on using the changeset viewer.