| Index: test/webkit/fast/js/object-slow-put.js
|
| diff --git a/test/webkit/fast/js/object-slow-put.js b/test/webkit/fast/js/object-slow-put.js
|
| index bf8234f209c68cf992bb8dd3da6312d56fccdfd3..49c20ba2101729c3d03cbaccb0424abce89eb94c 100644
|
| --- a/test/webkit/fast/js/object-slow-put.js
|
| +++ b/test/webkit/fast/js/object-slow-put.js
|
| @@ -29,7 +29,7 @@ function Cons() {
|
| }
|
|
|
| var ouches = 0;
|
| -Cons.prototype.__defineSetter__("3", function() { debug("Ouch!"); ouches++; });
|
| +Cons.prototype.__defineSetter__("3", function() { ouches++; });
|
|
|
| function foo() {
|
| var result = new Cons();
|
|
|