Ignore:
Timestamp:
Aug 15, 2013, 7:42:42 PM (12 years ago)
Author:
[email protected]
Message:

Build fix attempt after r154156.

  • jit/JITStubs.cpp:

(JSC::cti_vm_handle_exception): encode!

File:
1 edited

Legend:

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

    r154156 r154159  
    21652165    if (!callFrame) {
    21662166        // The entire stack has already been unwound. Nothing more to handle.
    2167         return uncaughtExceptionHandler();
     2167        return encode(uncaughtExceptionHandler());
    21682168    }
    21692169
Note: See TracChangeset for help on using the changeset viewer.