Chromium Code Reviews| Index: test/mjsunit/pixel-array-rounding.js |
| diff --git a/test/mjsunit/pixel-array-rounding.js b/test/mjsunit/pixel-array-rounding.js |
| index ef5a10bdfff1a1615e7295a94934bb44198349e4..0c307e62e55297faefe3e2ae253e7a344f4ee6c6 100755 |
| --- a/test/mjsunit/pixel-array-rounding.js |
| +++ b/test/mjsunit/pixel-array-rounding.js |
| @@ -27,7 +27,7 @@ |
| // Flags: --allow-natives-syntax |
| -var pixels = new PixelArray(8); |
| +var pixels = new Uint8ClampedArray(8); |
| function f() { |
| for (var i = 0; i < 8; i++) { |