 Chromium Code Reviews
 Chromium Code Reviews Issue 1151853003:
  [strong] create strong array literals 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master
    
  
    Issue 1151853003:
  [strong] create strong array literals 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master| Index: src/isolate.h | 
| diff --git a/src/isolate.h b/src/isolate.h | 
| index ec9de6248fcdd32c52fe590e11d77d424c635103..968a30753df4b7084ce5ef041be6695c195d2347 100644 | 
| --- a/src/isolate.h | 
| +++ b/src/isolate.h | 
| @@ -989,7 +989,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); | 
| static const int kArrayProtectorValid = 1; | 
| static const int kArrayProtectorInvalid = 0; |