Ignore:
Timestamp:
Oct 6, 2017, 3:12:41 PM (8 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r222791 and r222873.
https://bugs.webkit.org/show_bug.cgi?id=178031

Caused crashes with workers/wasm LayoutTests (Requested by
ryanhaddad on #webkit).

Reverted changesets:

"WebAssembly: no VM / JS version of everything but Instance"
https://bugs.webkit.org/show_bug.cgi?id=177473
http://trac.webkit.org/changeset/222791

"WebAssembly: address no VM / JS follow-ups"
https://bugs.webkit.org/show_bug.cgi?id=177887
http://trac.webkit.org/changeset/222873

Patch by Commit Queue <[email protected]> on 2017-10-06

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jsc.cpp

    r222895 r223002  
    20602060{
    20612061    VM& vm = exec->vm();
    2062     EntryFrame* topEntryFrame = vm.topEntryFrame;
    2063     ExecState* callerFrame = exec->callerFrame(topEntryFrame);
     2062    VMEntryFrame* topVMEntryFrame = vm.topVMEntryFrame;
     2063    ExecState* callerFrame = exec->callerFrame(topVMEntryFrame);
    20642064    if (callerFrame)
    20652065        vm.interpreter->dumpCallFrame(callerFrame);
Note: See TracChangeset for help on using the changeset viewer.