Ignore:
Timestamp:
Aug 27, 2015, 7:28:35 PM (10 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r189079.
https://bugs.webkit.org/show_bug.cgi?id=148555

broke the build (Requested by jessieberlin on #webkit).

Reverted changeset:

"Create WebAssembly functions"
https://bugs.webkit.org/show_bug.cgi?id=148373
http://trac.webkit.org/changeset/189079

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGOSREntry.cpp

    r189079 r189082  
    113113   
    114114    if (bytecodeIndex)
    115         codeBlock->ownerScriptExecutable()->setDidTryToEnterInLoop(true);
     115        codeBlock->ownerExecutable()->setDidTryToEnterInLoop(true);
    116116   
    117117    if (codeBlock->jitType() != JITCode::DFGJIT) {
Note: See TracChangeset for help on using the changeset viewer.