Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index 5b5984826a6de880500c478b32207b8a8206bf4b..32f07b3e60eb9634c3f54116f3bfdcda62bb9ba6 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -603,7 +603,7 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final |
const Operator* CreateLiteralArray(Handle<ConstantElementsPair> constant, |
int literal_flags, int literal_index, |
int number_of_elements); |
- const Operator* CreateLiteralObject(Handle<FixedArray> constant_properties, |
+ const Operator* CreateLiteralObject(Handle<BoilerplateDescription> constant, |
int literal_flags, int literal_index, |
int number_of_properties); |
const Operator* CreateLiteralRegExp(Handle<String> constant_pattern, |