X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FJavaScriptCore%2FChangeLog;h=780997eb2acfdfcbdb771e1f71e6fae76af9f70a;hp=c178af4142e0d5f24ea909d5b0319f26d9cf9153;hb=b828c854d8e8509579573b35be0f54d9df51f40e;hpb=6b0b86a4e0f7164dc695dcbd98856ebc9b0ddc67 diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog index c178af4..780997e 100644 --- a/Source/JavaScriptCore/ChangeLog +++ b/Source/JavaScriptCore/ChangeLog @@ -1,3 +1,18 @@ +2018-10-01 Commit Queue + + Unreviewed, rolling out r236647. + https://bugs.webkit.org/show_bug.cgi?id=190124 + + Breaking test stress/big-int-to-string.js (Requested by + caiolima_ on #webkit). + + Reverted changeset: + + "[BigInt] BigInt.proptotype.toString is broken when radix is + power of 2" + https://bugs.webkit.org/show_bug.cgi?id=190033 + https://trac.webkit.org/changeset/236647 + 2018-10-01 Yusuke Suzuki [WebAssembly] Move type conversion code of JSToWasm return type to JS wasm wrapper