Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index bdc3210ca2b0424c405862a45e06f64923db4196..7517f1231fb6a10e5a636342c8899c0d7a68e996 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -990,7 +990,7 @@ class Isolate { |
| date_cache_ = date_cache; |
| } |
| - Map* get_initial_js_array_map(ElementsKind kind); |
| + Map* get_initial_js_array_map(ElementsKind kind, bool is_strong = false); |
|
arv (Not doing code reviews)
2015/05/28 16:11:45
Maybe use the enum here?
conradw
2015/05/29 11:38:30
Done.
|
| static const int kArrayProtectorValid = 1; |
| static const int kArrayProtectorInvalid = 0; |