Chromium Code Reviews| Index: src/messages.h |
| diff --git a/src/messages.h b/src/messages.h |
| index 5d56ceb1c8c499c0a5139ed53028e2e80bb8dfd3..b4abc186801a50d0d057d788ec1c7b5805ddd93f 100644 |
| --- a/src/messages.h |
| +++ b/src/messages.h |
| @@ -265,6 +265,7 @@ class CallSite { |
| T(InvalidTypedArrayAlignment, "% of % should be a multiple of %") \ |
| T(InvalidTypedArrayLength, "Invalid typed array length") \ |
| T(InvalidTypedArrayOffset, "Start offset is too large:") \ |
| + T(InvalidTypedArrayIndex, "The value of Index is invalid") \ |
|
bbudge
2015/08/20 18:23:34
You should add a test in test/mjsunit/messages.js
gdeepti
2015/08/20 22:09:24
Looks like I probably should not have added this t
|
| T(LocaleMatcher, "Illegal value for localeMatcher:%") \ |
| T(NormalizationForm, "The normalization form should be one of %.") \ |
| T(NumberFormatRange, "% argument must be between 0 and 20") \ |