[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:
parent
4ba141f3f5
commit
e955999356
@ -7,18 +7,6 @@
|
|||||||
// Please refer to a bug in a comment and remove the suppression once the
|
// Please refer to a bug in a comment and remove the suppression once the
|
||||||
// problem is fixed.
|
// 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
|
// Suppress http://crbug.com/693426
|
||||||
(function () {
|
(function () {
|
||||||
var oldMathPow = Math.pow
|
var oldMathPow = Math.pow
|
||||||
|
Loading…
Reference in New Issue
Block a user