Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 5032980895cbba10bf6eefe544f6bf25de21a7dd..cc4e78df1ba1771ec1fa657e3b8d0ea970720221 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -327,7 +327,11 @@ class CallSite { |
T(UnsupportedSuper, "Unsupported reference to 'super'") \ |
/* RangeError */ \ |
T(DateRange, "Provided date is not in valid range.") \ |
- T(ExpectedLocation, "Expected Area/Location for time zone, got %") \ |
+ T(ExpectedTimezoneID, \ |
+ "Expected Area/Location(/Location)* for time zone, got %") \ |
+ T(ExpectedLocation, \ |
+ "Expected letters optionally connected with underscores or hyphens for " \ |
+ "a location, got %") \ |
T(InvalidArrayBufferLength, "Invalid array buffer length") \ |
T(ArrayBufferAllocationFailed, "Array buffer allocation failed") \ |
T(InvalidArrayLength, "Invalid array length") \ |