Chromium Code Reviews| Index: src/builtins.cc |
| diff --git a/src/builtins.cc b/src/builtins.cc |
| index d403a951cfb1c4ed0795cdb941c03a9c91a9ccda..e6a0699f076978ec80a73d061bda8490e04a127e 100644 |
| --- a/src/builtins.cc |
| +++ b/src/builtins.cc |
| @@ -1583,7 +1583,6 @@ void Builtins::InitBuiltinFunctionTable() { |
| functions->s_name = #aname; \ |
| functions->name = k##aname; \ |
| functions->flags = Code::ComputeFlags(Code::kind, \ |
| - NOT_IN_LOOP, \ |
| state, \ |
| extra); \ |
| functions->extra_args = NO_EXTRA_ARGUMENTS; \ |