| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index a23192b0073b755f6db7248630065d205198ffa0..a8625e4b083ac25a3be00cdebbff62cfa623c609 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -484,7 +484,7 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final
|
| PretenureFlag pretenure);
|
| const Operator* CreateIterResultObject();
|
| const Operator* CreateKeyValueArray();
|
| - const Operator* CreateLiteralArray(Handle<FixedArray> constant_elements,
|
| + const Operator* CreateLiteralArray(Handle<ConstantElementsPair> constant,
|
| int literal_flags, int literal_index,
|
| int number_of_elements);
|
| const Operator* CreateLiteralObject(Handle<FixedArray> constant_properties,
|
|
|