| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index f544b7f29833a11e6748476843c194f553f4f5cc..f4bd32d6b66763bd5e1e9b34e5f03a2753bdbefb 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -580,7 +580,7 @@ class FullCodeGenerator: public AstVisitor {
|
| void EmitClassDefineProperties(ClassLiteral* lit);
|
|
|
| // Pushes the property key as a Name on the stack.
|
| - void EmitPropertyKey(ObjectLiteralProperty* property);
|
| + void EmitPropertyKey(ObjectLiteralProperty* property, BailoutId bailout_id);
|
|
|
| // Apply the compound assignment operator. Expects the left operand on top
|
| // of the stack and the right one in the accumulator.
|
|
|