Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index ce9a054aed5b22465b5bf8a05484a3af3ca52823..8be0cfd1d4e990b37194928914c0600fc6c54b9d 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -429,7 +429,6 @@ namespace internal { |
| F(HasFastPackedElements, 1, 1) \ |
| F(ValueOf, 1, 1) \ |
| F(IsJSReceiver, 1, 1) \ |
| - F(IsStrong, 1, 1) \ |
| F(ClassOf, 1, 1) \ |
| F(DefineGetterPropertyUnchecked, 4, 1) \ |
| F(DefineSetterPropertyUnchecked, 4, 1) \ |