Index: test/webkit/fast/js/array-bad-time.js |
diff --git a/test/webkit/fast/js/array-bad-time.js b/test/webkit/fast/js/array-bad-time.js |
index 1d3802eda32068b68da29bea17ff7678bdf3bcb2..26241b229e334d11b2980c710d907dc803b2fec6 100644 |
--- a/test/webkit/fast/js/array-bad-time.js |
+++ b/test/webkit/fast/js/array-bad-time.js |
@@ -33,7 +33,7 @@ function foo(haveABadTime) { |
for (var i = 0; i < result.length; ++i) { |
if (i == haveABadTime) { |
debug("Henceforth I will have a bad time."); |
- Array.prototype.__defineSetter__("3", function() { debug("Ouch!"); ouches++; }); |
+ Array.prototype.__defineSetter__("3", function() { ouches++; }); |
} |
result[i] = i; |
} |