Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index cb416662b617fadc0696aa363ac894f71078fe6b..8aaef825b5499fb852a6a8ce5c5b7a865fa11b89 100644 |
--- a/src/full-codegen/full-codegen.h |
+++ b/src/full-codegen/full-codegen.h |
@@ -555,7 +555,7 @@ class FullCodeGenerator final : public AstVisitor<FullCodeGenerator> { |
void EmitClassDefineProperties(ClassLiteral* lit); |
// Pushes the property key as a Name on the stack. |
- void EmitPropertyKey(ObjectLiteralProperty* property, BailoutId bailout_id); |
+ void EmitPropertyKey(LiteralProperty* 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. |