Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 4aba6eeb766c689a791d1ab9271d0bd79b1f2fd2..8eaa216ee84646ba9f3d0d42c8c6d2188be5d69f 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -670,6 +670,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 |