fix type
authorCésar Natarén <cesar@mono-cvs.ximian.com>
Fri, 10 Dec 2004 05:48:52 +0000 (05:48 -0000)
committerCésar Natarén <cesar@mono-cvs.ximian.com>
Fri, 10 Dec 2004 05:48:52 +0000 (05:48 -0000)
svn path=/trunk/mcs/; revision=37555

mcs/class/Microsoft.JScript/Microsoft.JScript/LenientArrayPrototype.cs

index f82ce6956daf76f8fd7ccd551527e22a4ef43c2f..f0c6e0b91d382d419b1ec7c3e12106cc02325154 100644 (file)
@@ -46,8 +46,8 @@ namespace Microsoft.JScript.Tmp
                public new Object splice;
                public new Object unshift;
                public new Object toLocaleString;
-               public Object toString;
+               public new Object toString;
        }
 }
 
-       
\ No newline at end of file
+