Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Unified Diff: src/messages.h

Issue 1529363005: tzname check fix (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: todo comment added for Etc/GMT{offset} Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/js/i18n.js ('k') | test/mjsunit/regress/regress-487322.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") \
« no previous file with comments | « src/js/i18n.js ('k') | test/mjsunit/regress/regress-487322.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698