Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 600f312927e144bb20d93b7a6db72be2effe592c..89f2799a082138654bb92a089a9714d24c4f11a8 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -679,6 +679,7 @@ class Factory final { |
| // native context. |
| Handle<Map> ObjectLiteralMapFromCache(Handle<Context> context, |
| int number_of_properties, |
| + bool is_strong, |
| bool* is_result_from_cache); |
| // Creates a new FixedArray that holds the data associated with the |