Modified: trunk/Source/_javascript_Core/ChangeLog (267731 => 267732)
--- trunk/Source/_javascript_Core/ChangeLog 2020-09-29 08:50:43 UTC (rev 267731)
+++ trunk/Source/_javascript_Core/ChangeLog 2020-09-29 09:04:12 UTC (rev 267732)
@@ -1,5 +1,12 @@
2020-09-29 Yusuke Suzuki <[email protected]>
+ Unreviewed, attempt to fix WinCairo build failure part 2
+ https://bugs.webkit.org/show_bug.cgi?id=217071
+
+ * ftl/FTLOperations.h:
+
+2020-09-29 Yusuke Suzuki <[email protected]>
+
Unreviewed, attempt to fix WinCairo build failure
https://bugs.webkit.org/show_bug.cgi?id=217071
Modified: trunk/Source/_javascript_Core/ftl/FTLOperations.h (267731 => 267732)
--- trunk/Source/_javascript_Core/ftl/FTLOperations.h 2020-09-29 08:50:43 UTC (rev 267731)
+++ trunk/Source/_javascript_Core/ftl/FTLOperations.h 2020-09-29 09:04:12 UTC (rev 267732)
@@ -45,7 +45,7 @@
JSC_DECLARE_JIT_OPERATION(operationSwitchStringAndGetBranchOffset, int32_t, (JSGlobalObject*, size_t tableIndex, JSString*));
JSC_DECLARE_JIT_OPERATION(operationTypeOfObjectAsTypeofType, int32_t, (JSGlobalObject*, JSCell*));
-NO_RETURN_DUE_TO_CRASH JSC_DECLARE_JIT_OPERATION(operationReportBoundsCheckEliminationErrorAndCrash, void, (intptr_t codeBlockAsIntPtr, int32_t, int32_t, int32_t, int32_t, int32_t));
+JSC_DECLARE_JIT_OPERATION(operationReportBoundsCheckEliminationErrorAndCrash, void, (intptr_t codeBlockAsIntPtr, int32_t, int32_t, int32_t, int32_t, int32_t));
} // extern "C"