[foozzie] Remove obsolete suppression

No-Try: true
Bug: chromium:99679
Change-Id: I38af71ff062cb3662034f2e52da86a8f1de9280c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2036081
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66104}
This commit is contained in:
Michael Achenbach 2020-02-04 12:46:59 +01:00 committed by Commit Bot
parent 4ba141f3f5
commit e955999356

View File

@ -7,18 +7,6 @@
// Please refer to a bug in a comment and remove the suppression once the
// problem is fixed.
// Suppress http://crbug.com/662429
(function () {
var oldMathPow = Math.pow
Math.pow = function(a, b){
if (b < 0) {
return 0.000017;
} else {
return oldMathPow(a, b);
}
}
})();
// Suppress http://crbug.com/693426
(function () {
var oldMathPow = Math.pow