Chromium Code Reviews| Index: test/mjsunit/fuzz-natives.js |
| =================================================================== |
| --- test/mjsunit/fuzz-natives.js (revision 1032) |
| +++ test/mjsunit/fuzz-natives.js (working copy) |
| @@ -123,7 +123,8 @@ |
| "CreateObjectLiteralBoilerplate": true, |
| "CloneObjectLiteralBoilerplate": true, |
| "IS_VAR": true, |
| - "ResolvePossiblyDirectEval": true |
| + "ResolvePossiblyDirectEval": true, |
| + "Log": true |
| }; |
| var currentlyUncallable = { |