Ignore:
Timestamp:
Oct 28, 2009, 2:44:08 PM (16 years ago)
Author:
[email protected]
Message:

2009-10-28 Afonso R. Costa Jr. <[email protected]>

Reviewed by Oliver Hunt.

[Qt] Enable YARR when YARR_JIT is enabled
https://bugs.webkit.org/show_bug.cgi?id=30730

When enabling or disabling JIT using JAVASCRIPTCORE_JIT, the ENABLE_YARR should
be toggled also.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r49679 r50239  
    4040    DEFINES+=ENABLE_JIT=1
    4141    DEFINES+=ENABLE_YARR_JIT=1
     42    DEFINES+=ENABLE_YARR=1
    4243}
    4344contains(JAVASCRIPTCORE_JIT,no) {
    4445    DEFINES+=ENABLE_JIT=0
    4546    DEFINES+=ENABLE_YARR_JIT=0
     47    DEFINES+=ENABLE_YARR=0
    4648}
    4749
Note: See TracChangeset for help on using the changeset viewer.