Changeset 246275 in webkit


Ignore:
Timestamp:
Jun 10, 2019 1:10:37 PM (5 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, build fix for non-DFG configurations, part 2
https://bugs.webkit.org/show_bug.cgi?id=198023

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::finalizeUnconditionally):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r246274 r246275  
     12019-06-10  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, build fix for non-DFG configurations, part 2
     4        https://bugs.webkit.org/show_bug.cgi?id=198023
     5
     6        * bytecode/CodeBlock.cpp:
     7        (JSC::CodeBlock::finalizeUnconditionally):
     8
    192019-06-10  Yusuke Suzuki  <ysuzuki@apple.com>
    210
  • trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp

    r246274 r246275  
    13911391            break;
    13921392        case JITType::DFGJIT:
    1393 #if ENABLE(DFG_JIT)
     1393#if ENABLE(FTL_JIT)
    13941394            count = static_cast<DFG::JITCode*>(jitCode)->tierUpCounter.count();
    13951395#else
Note: See TracChangeset for help on using the changeset viewer.