Changeset 260877 in webkit


Ignore:
Timestamp:
Apr 28, 2020 11:14:38 PM (4 years ago)
Author:
ysuzuki@apple.com
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:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r260876 r260877  
     12020-04-28  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, speculative build fix on watchOS part 2
     4        https://bugs.webkit.org/show_bug.cgi?id=210978
     5
     6        * runtime/JSBigInt.cpp:
     7        (JSC::JSBigInt::createFrom):
     8        (JSC::Int32BigIntImpl::digit):
     9        * runtime/JSBigInt.h:
     10
    1112020-04-28  Yusuke Suzuki  <ysuzuki@apple.com>
    212
  • trunk/Source/JavaScriptCore/runtime/JSBigInt.cpp

    r260876 r260877  
    13711371    return compareImpl(HeapBigIntImpl { x }, Int32BigIntImpl { y });
    13721372}
    1373 
     1373#endif
    13741374
    13751375template <typename BigIntImpl1, typename BigIntImpl2>
Note: See TracChangeset for help on using the changeset viewer.