Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index f92bbafdd779b60a6e517f93815faacbc72f89ef..002d2a637a33a322dd0c51e37eb9df4c10cb93fa 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, "Detected cycle while resolving name '%'") \ |
T(DataViewNotArrayBuffer, \ |
"First argument to DataView constructor must be an ArrayBuffer") \ |
T(DateType, "this is not a Date object.") \ |