| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index aea303862fbe14145eb3e29fe8352ec2935ac4cc..8984ffa525e73c6d41130f21975ef04428f2f028 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -100,6 +100,7 @@
|
| T(CannotFreezeArrayBufferView, \
|
| "Cannot freeze array buffer views with elements") \
|
| T(CircularStructure, "Converting circular structure to JSON") \
|
| + T(ConstructAbstractClass, "Abstract class % not directly constructable") \
|
| T(ConstAssign, "Assignment to constant variable.") \
|
| T(ConstructorNonCallable, \
|
| "Class constructor % cannot be invoked without 'new'") \
|
|
|