Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 9abec628200bcd15e38d2df7d4801b4c56581db8..ccdcd1b96070bad8b430dc848ad08d54e6fe8c9f 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -450,6 +450,7 @@ namespace internal { |
| F(HasFastObjectElements, 1, 1) \ |
| F(HasFastDoubleElements, 1, 1) \ |
| F(HasFastHoleyElements, 1, 1) \ |
| + F(HasFastPackedElements, 1, 1) \ |
| F(HasDictionaryElements, 1, 1) \ |
| F(HasNonStrictArgumentsElements, 1, 1) \ |
| F(HasExternalPixelElements, 1, 1) \ |