Changeset 189805 in webkit


Ignore:
Timestamp:
Sep 15, 2015 4:06:10 AM (9 years ago)
Author:
Sukolsak Sakshuwong
Message:

Build fix after r189774

  • jit/JITOperations.cpp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JITOperations.cpp

    r189775 r189805  
    857857            if (!isCall(kind)) {
    858858                exec->vm().throwException(exec, createNotAConstructorError(exec, function));
    859                 return reinterpret_cast<char*>(vm->getCTIStub(throwExceptionFromCallSlowPathGenerator).code().executableAddress());
     859                return encodeResult(
     860                    vm->getCTIStub(throwExceptionFromCallSlowPathGenerator).code().executableAddress(),
     861                    reinterpret_cast<void*>(KeepTheFrame));
    860862            }
    861863
Note: See TracChangeset for help on using the changeset viewer.