⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 267732 in webkit


Ignore:
Timestamp:
Sep 29, 2020, 2:04:12 AM (6 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, attempt to fix WinCairo build failure part 2
https://bugs.webkit.org/show_bug.cgi?id=217071

  • ftl/FTLOperations.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r267731 r267732  
     12020-09-29  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, attempt to fix WinCairo build failure part 2
     4        https://bugs.webkit.org/show_bug.cgi?id=217071
     5
     6        * ftl/FTLOperations.h:
     7
    182020-09-29  Yusuke Suzuki  <ysuzuki@apple.com>
    29
  • trunk/Source/JavaScriptCore/ftl/FTLOperations.h

    r267731 r267732  
    4646JSC_DECLARE_JIT_OPERATION(operationTypeOfObjectAsTypeofType, int32_t, (JSGlobalObject*, JSCell*));
    4747
    48 NO_RETURN_DUE_TO_CRASH JSC_DECLARE_JIT_OPERATION(operationReportBoundsCheckEliminationErrorAndCrash, void, (intptr_t codeBlockAsIntPtr, int32_t, int32_t, int32_t, int32_t, int32_t));
     48JSC_DECLARE_JIT_OPERATION(operationReportBoundsCheckEliminationErrorAndCrash, void, (intptr_t codeBlockAsIntPtr, int32_t, int32_t, int32_t, int32_t, int32_t));
    4949
    5050} // extern "C"
Note: See TracChangeset for help on using the changeset viewer.