Chromium Code Reviews| Index: src/messages.h |
| diff --git a/src/messages.h b/src/messages.h |
| index a1994f6b59adb185eee89fa361f69622f1910ed4..ce9fc08c8073367260a9af169b4e464eaa0ab259 100644 |
| --- a/src/messages.h |
| +++ b/src/messages.h |
| @@ -503,8 +503,8 @@ class ErrorUtils : public AllStatic { |
| T(InvalidStringLength, "Invalid string length") \ |
| T(InvalidTimeValue, "Invalid time value") \ |
| T(InvalidTypedArrayAlignment, "% of % should be a multiple of %") \ |
| + T(InvalidTypedArrayIndex, "Invalid typed array index") \ |
| T(InvalidTypedArrayLength, "Invalid typed array length") \ |
| - T(InvalidTypedArrayOffset, "Start offset is too large:") \ |
|
Henrique Ferreiro
2016/10/27 11:56:51
it isn't used anywhere
|
| T(InvalidSimdIndex, "Index out of bounds for SIMD operation") \ |
| T(InvalidSimdLaneValue, "Lane value out of bounds for SIMD operation") \ |
| T(LetInLexicalBinding, "let is disallowed as a lexically bound name") \ |