Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index b24af5dbf38fd8a40cfb7b25f0fc0cb01f204a14..c735399f1ae4f33fc9dd1cad66bf0aa9e33f5fce 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -418,6 +418,7 @@ namespace internal { |
| F(ValueOf, 1, 1) \ |
| F(IsJSReceiver, 1, 1) \ |
| F(ClassOf, 1, 1) \ |
| + F(CopyDataProperties, 2, 1) \ |
| F(DefineGetterPropertyUnchecked, 4, 1) \ |
| F(DefineSetterPropertyUnchecked, 4, 1) \ |
| F(ToObject, 1, 1) \ |