| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 3508c816a4fc4a62cb32a4feb74754fde665fe16..318c6d32b7fd111a0948e9caa390651d0b2350c4 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -254,6 +254,7 @@ class ErrorUtils : public AllStatic {
|
| T(ConstructorNotFunction, "Constructor % requires 'new'") \
|
| T(ConstructorNotReceiver, "The .constructor property is not an object") \
|
| T(CurrencyCode, "Currency code is required with currency style.") \
|
| + T(CyclicModuleDependency, "Cyclic module dependency") \
|
| T(DataViewNotArrayBuffer, \
|
| "First argument to DataView constructor must be an ArrayBuffer") \
|
| T(DateType, "this is not a Date object.") \
|
|
|