Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index 7b35f35250a28978bf0ab337ce5466144377a5a6..c33685cfd17018f5280476c825558c4eaf3167a6 100644 |
--- a/src/full-codegen/full-codegen.h |
+++ b/src/full-codegen/full-codegen.h |
@@ -556,7 +556,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. |