Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 7a0f14095af45b5add60b87ac02834025a7cfd52..9c9fe946206639c89a757e99c956964c98fe7a57 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -454,7 +454,6 @@ namespace internal { |
| F(HasProperty, 2, 1) \ |
| F(HasElement, 2, 1) \ |
| F(IsPropertyEnumerable, 2, 1) \ |
| - F(GetPropertyNames, 1, 1) \ |
| F(GetPropertyNamesFast, 1, 1) \ |
| F(GetOwnPropertyNames, 2, 1) \ |
| F(GetOwnElementNames, 1, 1) \ |