Ignore:
Timestamp:
Feb 16, 2016, 10:13:24 PM (9 years ago)
Author:
[email protected]
Message:

FTL_USES_B3 should be unconditionally true
https://bugs.webkit.org/show_bug.cgi?id=154324

Reviewed by Benjamin Poulain.

Source/JavaScriptCore:

  • dfg/DFGCommon.h:

Source/WTF:

  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/PCToCodeOriginMap.h

    r195865 r196686  
    4040namespace JSC {
    4141
    42 #if FTL_USES_B3
     42#if ENABLE(FTL_JIT)
    4343namespace B3 {
    4444class PCToOriginMap;
     
    5757    PCToCodeOriginMapBuilder(PCToCodeOriginMapBuilder&& other);
    5858
    59 #if FTL_USES_B3
     59#if ENABLE(FTL_JIT)
    6060    PCToCodeOriginMapBuilder(VM&, B3::PCToOriginMap&&);
    6161#endif
Note: See TracChangeset for help on using the changeset viewer.