Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 785c4e746cef6b17f8462c489511af399397b6c8..27cded0875f848664b0a33ac63a7ed9d6aeafb2c 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -453,7 +453,6 @@ namespace internal { |
| F(ValueOf, 1, 1) \ |
| F(SetValueOf, 2, 1) \ |
| F(JSValueGetValue, 1, 1) \ |
| - F(ObjectEquals, 2, 1) \ |
| F(IsJSReceiver, 1, 1) \ |
| F(IsStrong, 1, 1) \ |
| F(ClassOf, 1, 1) \ |