Index: src/runtime/runtime-literals.cc |
diff --git a/src/runtime/runtime-literals.cc b/src/runtime/runtime-literals.cc |
index 00dea2aa9d0bf5c225192532ab6fcd9bbc4729a8..cf7805e907719b1c0a45082edacd2728bccf89e5 100644 |
--- a/src/runtime/runtime-literals.cc |
+++ b/src/runtime/runtime-literals.cc |
@@ -30,7 +30,7 @@ static Handle<Map> ComputeObjectLiteralMap( |
} |
Isolate* isolate = context->GetIsolate(); |
return isolate->factory()->ObjectLiteralMapFromCache( |
- context, number_of_properties, false, is_result_from_cache); |
+ context, number_of_properties, is_result_from_cache); |
} |
MUST_USE_RESULT static MaybeHandle<Object> CreateLiteralBoilerplate( |