| Index: test/webkit/fast/js/array-slow-put.js
 | 
| diff --git a/test/webkit/fast/js/array-slow-put.js b/test/webkit/fast/js/array-slow-put.js
 | 
| index 1e8c44d4ed539cc146bd13f29b82f3fc5f434f43..63bcad09d953e342f0b085bf830a513781a23490 100644
 | 
| --- a/test/webkit/fast/js/array-slow-put.js
 | 
| +++ b/test/webkit/fast/js/array-slow-put.js
 | 
| @@ -26,7 +26,7 @@ description(
 | 
|  );
 | 
|  
 | 
|  var ouches = 0;
 | 
| -Array.prototype.__defineSetter__("3", function() { debug("Ouch!"); ouches++; });
 | 
| +Array.prototype.__defineSetter__("3", function() { ouches++; });
 | 
|  
 | 
|  function foo() {
 | 
|      var result = [];
 | 
| 
 |