Index: test/mjsunit/function-call.js |
diff --git a/test/mjsunit/function-call.js b/test/mjsunit/function-call.js |
index 390ab977ebf3a4b7c3ec4de20236a43c8bd4ecaf..92792ac8273d8a82f15eecd48952efc08af5a052 100644 |
--- a/test/mjsunit/function-call.js |
+++ b/test/mjsunit/function-call.js |
@@ -67,8 +67,7 @@ var should_throw_on_null_and_undefined = |
String.prototype.toLocaleLowerCase, |
String.prototype.toUpperCase, |
String.prototype.toLocaleUpperCase, |
- String.prototype.trim, |
- Number.prototype.toLocaleString]; |
+ String.prototype.trim]; |
// Non generic natives do not work on any input other than the specific |
// type, but since this change will allow call to be invoked with undefined |