Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 24436f735ce89141de45a18086f18b1d4c646d67..21551dcee93165d99a0c2d2a671a766b46a4cc51 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5708,6 +5708,7 @@ class Map: public HeapObject { |
inline bool has_fast_double_elements(); |
inline bool has_fast_elements(); |
inline bool has_sloppy_arguments_elements(); |
+ inline bool has_fast_sloppy_arguments_elements(); |
inline bool has_fast_string_wrapper_elements(); |
inline bool has_fixed_typed_array_elements(); |
inline bool has_dictionary_elements(); |