Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 0aefb4c06d020e16348ce8b43eaec89b4d79cdbb..1be6f4bf419ef20f78d5e579365ba1c9d41038aa 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -10481,7 +10481,7 @@ class JSArray: public JSObject { |
| Handle<Object> CacheInitialJSArrayMaps(Handle<Context> native_context, |
| - Handle<Map> initial_map); |
| + Handle<Map> initial_map, bool is_strong); |
| // JSRegExpResult is just a JSArray with a specific initial map. |