Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 221236d1db6c60e263e7b7b367bfccde9da375ed..4b9c21c00c7a8ef1099fc94b2bb1d1c54e122b6d 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -508,8 +508,7 @@ class ErrorUtils : public AllStatic { |
T(InvalidDataViewAccessorOffset, \ |
"Offset is outside the bounds of the DataView") \ |
T(InvalidDataViewLength, "Invalid DataView length %") \ |
- T(InvalidDataViewOffset, \ |
- "Start offset % is outside the bounds of the buffer") \ |
+ T(InvalidOffset, "Start offset % is outside the bounds of the buffer") \ |
T(InvalidHint, "Invalid hint: %") \ |
T(InvalidLanguageTag, "Invalid language tag: %") \ |
T(InvalidWeakMapKey, "Invalid value used as weak map key") \ |