Title: [260877] trunk/Source/_javascript_Core
Revision
260877
Author
[email protected]
Date
2020-04-28 23:14:38 -0700 (Tue, 28 Apr 2020)

Log Message

Unreviewed, speculative build fix on watchOS part 2
https://bugs.webkit.org/show_bug.cgi?id=210978

* runtime/JSBigInt.cpp:
(JSC::JSBigInt::createFrom):
(JSC::Int32BigIntImpl::digit):
* runtime/JSBigInt.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (260876 => 260877)


--- trunk/Source/_javascript_Core/ChangeLog	2020-04-29 06:09:32 UTC (rev 260876)
+++ trunk/Source/_javascript_Core/ChangeLog	2020-04-29 06:14:38 UTC (rev 260877)
@@ -1,5 +1,15 @@
 2020-04-28  Yusuke Suzuki  <[email protected]>
 
+        Unreviewed, speculative build fix on watchOS part 2
+        https://bugs.webkit.org/show_bug.cgi?id=210978
+
+        * runtime/JSBigInt.cpp:
+        (JSC::JSBigInt::createFrom):
+        (JSC::Int32BigIntImpl::digit):
+        * runtime/JSBigInt.h:
+
+2020-04-28  Yusuke Suzuki  <[email protected]>
+
         Unreviewed, build fix on watchOS
         https://bugs.webkit.org/show_bug.cgi?id=210978
 

Modified: trunk/Source/_javascript_Core/runtime/JSBigInt.cpp (260876 => 260877)


--- trunk/Source/_javascript_Core/runtime/JSBigInt.cpp	2020-04-29 06:09:32 UTC (rev 260876)
+++ trunk/Source/_javascript_Core/runtime/JSBigInt.cpp	2020-04-29 06:14:38 UTC (rev 260877)
@@ -1370,8 +1370,8 @@
 {
     return compareImpl(HeapBigIntImpl { x }, Int32BigIntImpl { y });
 }
+#endif
 
-
 template <typename BigIntImpl1, typename BigIntImpl2>
 JSBigInt::ImplResult JSBigInt::absoluteAdd(JSGlobalObject* globalObject, BigIntImpl1 x, BigIntImpl2 y, bool resultSign)
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to