Index: test/mjsunit/function-call.js |
diff --git a/test/mjsunit/function-call.js b/test/mjsunit/function-call.js |
index 88df353a60c2ae9f96447c0a765af7e40c482229..7eae8da9a5b3fd3c6a1ccd8c846a7255f2e43d16 100644 |
--- a/test/mjsunit/function-call.js |
+++ b/test/mjsunit/function-call.js |
@@ -30,7 +30,6 @@ var should_throw_on_null_and_undefined = |
[Object.prototype.toLocaleString, |
Object.prototype.valueOf, |
Object.prototype.hasOwnProperty, |
- Object.prototype.isPrototypeOf, |
rossberg
2014/08/21 11:16:52
I don't think we want to simply remove this, since
|
Object.prototype.propertyIsEnumerable, |
Array.prototype.concat, |
Array.prototype.join, |