Chromium Code Reviews| Index: src/v8natives.js |
| diff --git a/src/v8natives.js b/src/v8natives.js |
| index cd60cb40d81f26b4ccca24d568af6855205948fb..368243f81f3bef4d60697c6f20a4f6a85a6882de 100644 |
| --- a/src/v8natives.js |
| +++ b/src/v8natives.js |
| @@ -1396,7 +1396,6 @@ function SetUpObject() { |
| %SetNativeFlag($Object); |
| %SetCode($Object, ObjectConstructor); |
| - %SetExpectedNumberOfProperties($Object, 4); |
| %SetProperty($Object.prototype, "constructor", $Object, DONT_ENUM); |