Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index bdc3210ca2b0424c405862a45e06f64923db4196..4b242a3d5f51a021e6e8fbd9cb7f76d5ab5e328a 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -990,7 +990,8 @@ class Isolate { |
| date_cache_ = date_cache; |
| } |
| - Map* get_initial_js_array_map(ElementsKind kind); |
| + Map* get_initial_js_array_map(ElementsKind kind, |
| + ObjectStrength strength = WEAK); |
| static const int kArrayProtectorValid = 1; |
| static const int kArrayProtectorInvalid = 0; |