Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index acf47bbcd3d5f435896d1611c4e3d8b579944f50..1defbf27427adff426b5b7a46152794c70df15d0 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -692,13 +692,8 @@ class Parser BASE_EMBEDDED { |
Handle<FixedArray> constants, |
bool* is_simple, |
bool* fast_elements, |
- int* depth); |
- |
- // Populate the literals fixed array for a materialized array literal. |
- void BuildArrayLiteralBoilerplateLiterals(ZoneList<Expression*>* properties, |
- Handle<FixedArray> constants, |
- bool* is_simple, |
- int* depth); |
+ int* depth, |
+ bool* may_store_doubles); |
// Decide if a property should be in the object boilerplate. |
bool IsBoilerplateProperty(ObjectLiteral::Property* property); |