Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 21a4788d33b681c14f64d23f6b2b99fce71772e2..0282c6fb7d7e4495d902e2b0635e32b59b3a724f 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -253,6 +253,7 @@ class CallSite { |
T(DateRange, "Provided date is not in valid range.") \ |
T(ExpectedLocation, "Expected Area/Location for time zone, got %") \ |
T(InvalidArrayBufferLength, "Invalid array buffer length") \ |
+ T(ArrayBufferAllocationFailed, "Array buffer allocation failed") \ |
T(InvalidArrayLength, "Invalid array length") \ |
T(InvalidCodePoint, "Invalid code point %") \ |
T(InvalidCountValue, "Invalid count value") \ |