| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index bd37a68a753aa8182469f5d8eb3f10ae6d064b7d..b4de53539e938ff0c34b0e62e0612f148356f22a 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -848,7 +848,7 @@ class Runtime : public AllStatic {
 | 
|    // Used in runtime.cc and hydrogen's VisitArrayLiteral.
 | 
|    MUST_USE_RESULT static MaybeHandle<Object> CreateArrayLiteralBoilerplate(
 | 
|        Isolate* isolate, Handle<FixedArray> literals,
 | 
| -      Handle<FixedArray> elements);
 | 
| +      Handle<FixedArray> elements, bool is_strong);
 | 
|  
 | 
|    static void WeakCollectionInitialize(
 | 
|        Isolate* isolate, Handle<JSWeakCollection> weak_collection);
 | 
| 
 |